#0C2576

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

Shades of Sapphire #0C2576

Tints of Sapphire #0C2576

Color information

#0C2576 (or 0x0C2576) is unknown color: approx Sapphire. HEX triplet: 0C, 25 and 76. RGB value is (12,37,118). Sum of RGB (Red+Green+Blue) = 12+37+118=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C2576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2576 is #F3DA89. Grayscale: #262626. Windows color (decimal): -15981194 or 7742732. OLE color: 7742732.

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

Color convert

RGB1237118-
CMYK0.900.6900.54
HSL225.85º81.54%25.49%-
HSV(B)225.85º89.83%46.27%-
XYZ4.082.7117.45-
YUV38.76172.72108.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.19%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=7.19%
G=22.16%
B=70.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12371180.900.6900.54225.8581.5425.49
HexC25765A45036e25219
Octal144516613210506634212231
Binary1100100101111011010110101000101011011011100010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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