#0C246B

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

Shades of Sapphire #0C246B

Tints of Sapphire #0C246B

Color information

#0C246B (or 0x0C246B) is unknown color: approx Sapphire. HEX triplet: 0C, 24 and 6B. RGB value is (12,36,107). Sum of RGB (Red+Green+Blue) = 12+36+107=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C246B is #F3DB94. Grayscale: #242424. Windows color (decimal): -15981461 or 7021580. OLE color: 7021580.

HSL color Cylindrical-coordinate representation of color #0C246B: hue angle of 224.84º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C246B is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1236107-
CMYK0.890.6600.58
HSL224.84º79.83%23.33%-
HSV(B)224.84º88.79%41.96%-
XYZ3.442.414.19-
YUV36.92167.55110.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.74%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 107 (42.19% from 255) = 69.03%
R=7.74%
G=23.23%
B=69.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12361070.890.6600.58224.8479.8323.33
HexC246B594203Ae15017
Octal144415313110207234112027
Binary1100100100110101110110011000010011101011100001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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