#0C245E

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

Shades of Sapphire #0C245E

Tints of Sapphire #0C245E

Color information

#0C245E (or 0x0C245E) is unknown color: approx Sapphire. HEX triplet: 0C, 24 and 5E. RGB value is (12,36,94). Sum of RGB (Red+Green+Blue) = 12+36+94=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 94 (37.11% from 255 or 66.20% from 142); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C245E is #F3DBA1. Grayscale: #232323. Windows color (decimal): -15981474 or 6169612. OLE color: 6169612.

HSL color Cylindrical-coordinate representation of color #0C245E: hue angle of 222.44º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C245E is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB123694-
CMYK0.870.6200.63
HSL222.44º77.36%20.78%-
HSV(B)222.44º87.23%36.86%-
XYZ2.82.1510.86-
YUV35.44161.05111.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.45%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 94 (37.11% from 255) = 66.20%
R=8.45%
G=25.35%
B=66.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1236940.870.6200.63222.4477.3620.78
HexC245E573E03Fde4d15
Octal14441361277607733611525
Binary110010010010111101010111111110011111111011110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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