#0C2475

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

Shades of Sapphire #0C2475

Tints of Sapphire #0C2475

Color information

#0C2475 (or 0x0C2475) is unknown color: approx Sapphire. HEX triplet: 0C, 24 and 75. RGB value is (12,36,117). Sum of RGB (Red+Green+Blue) = 12+36+117=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C2475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2475 is #F3DB8A. Grayscale: #252525. Windows color (decimal): -15981451 or 7676940. OLE color: 7676940.

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

Color convert

RGB1236117-
CMYK0.900.6900.54
HSL226.29º81.4%25.29%-
HSV(B)226.29º89.74%45.88%-
XYZ3.992.6217.13-
YUV38.06172.55109.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.27%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 117 (46.09% from 255) = 70.91%
R=7.27%
G=21.82%
B=70.91%

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
Decimal12361170.900.6900.54226.2981.425.29
HexC24755A45036e25119
Octal144416513210506634212131
Binary1100100100111010110110101000101011011011100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,36,117); }

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

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

 a { background-color: rgb(12,36,117); }

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

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

 span { border-color: rgb(12,36,117); }

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