#0C294F

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

Shades of Sapphire #0C294F

Tints of Sapphire #0C294F

Color information

#0C294F (or 0x0C294F) is unknown color: approx Sapphire. HEX triplet: 0C, 29 and 4F. RGB value is (12,41,79). Sum of RGB (Red+Green+Blue) = 12+41+79=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C294F is #F3D6B0. Grayscale: #242424. Windows color (decimal): -15980209 or 5187852. OLE color: 5187852.

HSL color Cylindrical-coordinate representation of color #0C294F: hue angle of 214.03º 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 #0C294F is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB124179-
CMYK0.850.4800.69
HSL214.03º73.63%17.84%-
HSV(B)214.03º84.81%30.98%-
XYZ2.362.237.7-
YUV36.66151.89110.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 79 (31.25% from 255) = 59.85%
R=9.09%
G=31.06%
B=59.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1241790.850.4800.69214.0373.6317.84
HexC294F5530045d64a12
Octal145111712560010532611222
Binary1100101001100111110101011100000100010111010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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