#0C144F

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

Shades of Sapphire #0C144F

Tints of Sapphire #0C144F

Color information

#0C144F (or 0x0C144F) is unknown color: approx Sapphire. HEX triplet: 0C, 14 and 4F. RGB value is (12,20,79). Sum of RGB (Red+Green+Blue) = 12+20+79=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C144F is #F3EBB0. Grayscale: #181818. Windows color (decimal): -15985585 or 5182476. OLE color: 5182476.

HSL color Cylindrical-coordinate representation of color #0C144F: hue angle of 232.84º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C144F is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB122079-
CMYK0.850.7500.69
HSL232.84º73.63%17.84%-
HSV(B)232.84º84.81%30.98%-
XYZ1.811.147.52-
YUV24.33158.85119.2-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.81%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 79 (31.25% from 255) = 71.17%
R=10.81%
G=18.02%
B=71.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1220790.850.7500.69232.8473.6317.84
HexC144F554B045e94a12
Octal1424117125113010535111222
Binary1100101001001111101010110010110100010111101001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C144F; }

 p { color: rgb(12,20,79); }

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

<style>
 a { background-color: #0C144F; }

 a { background-color: rgb(12,20,79); }

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

<style>
 span { border-color: #0C144F; }

 span { border-color: rgb(12,20,79); }

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