#01144c

Color #01144C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #01144C

Tints of Sapphire #01144C

Color information

#01144C (or 0x01144C) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 4C. RGB value is (1,20,76). Sum of RGB (Red+Green+Blue) = 1+20+76=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #01144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01144C is #FEEBB3. Grayscale: #141414. Windows color (decimal): -16706484 or 4985857. OLE color: 4985857.

HSL color Cylindrical-coordinate representation of color #01144C: hue angle of 224.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01144C is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12076-
CMYK0.990.7400.70
HSL224.8º97.4%15.1%-
HSV(B)224.8º98.68%29.8%-
XYZ1.571.036.95-
YUV20.7159.21113.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 76 (30.08% from 255) = 78.35%
R=1.03%
G=20.62%
B=78.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal120760.990.7400.70224.897.415.1
Hex1144C634A046e161f
Octal124114143112010634114117
Binary110100100110011000111001010010001101110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01144c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01144c; }

 p { color: rgb(1,20,76); }

 H1.HeaderClassName
 {
   color: #01144c;
 }
 .AnyTagClassName
 {
   color: #01144c;
 }
</style>
background-color css

<style>
 a { background-color: #01144c; }

 a { background-color: rgb(1,20,76); }

 div.DivClassName
 {
   background-color: #01144c;
 }
 .BgClassName
 {
   background-color: #01144c;
 }
</style>
border-color css

<style>
 span { border-color: #01144c; }

 span { border-color: rgb(1,20,76); }

 td.TdClassName
 {
   border-color: #01144c;
 }
 .TagClassName
 {
   border-color: #01144c;
 }
</style>