#0C1E76

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

Shades of Sapphire #0C1E76

Tints of Sapphire #0C1E76

Color information

#0C1E76 (or 0x0C1E76) is unknown color: approx Sapphire. HEX triplet: 0C, 1E and 76. RGB value is (12,30,118). Sum of RGB (Red+Green+Blue) = 12+30+118=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C1E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1E76 is #F3E189. Grayscale: #222222. Windows color (decimal): -15982986 or 7740940. OLE color: 7740940.

HSL color Cylindrical-coordinate representation of color #0C1E76: hue angle of 229.81º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1E76 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1230118-
CMYK0.900.7500.54
HSL229.81º81.54%25.49%-
HSV(B)229.81º89.83%46.27%-
XYZ3.892.3117.38-
YUV34.65175.04111.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 118 (46.48% from 255) = 73.75%
R=7.5%
G=18.75%
B=73.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12301180.900.7500.54229.8181.5425.49
HexC1E765A4B036e65219
Octal143616613211306634612231
Binary110011110111011010110101001011011011011100110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,30,118); }

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

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

 a { background-color: rgb(12,30,118); }

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

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

 span { border-color: rgb(12,30,118); }

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