#0C244D

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

Shades of Sapphire #0C244D

Tints of Sapphire #0C244D

Color information

#0C244D (or 0x0C244D) is unknown color: approx Sapphire. HEX triplet: 0C, 24 and 4D. RGB value is (12,36,77). Sum of RGB (Red+Green+Blue) = 12+36+77=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C244D is #F3DBB2. Grayscale: #212121. Windows color (decimal): -15981491 or 5055500. OLE color: 5055500.

HSL color Cylindrical-coordinate representation of color #0C244D: hue angle of 217.85º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C244D is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB123677-
CMYK0.840.5300.70
HSL217.85º73.03%17.45%-
HSV(B)217.85º84.42%30.2%-
XYZ2.121.887.27-
YUV33.5152.55112.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 77 (30.47% from 255) = 61.6%
R=9.6%
G=28.8%
B=61.6%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1236770.840.5300.70217.8573.0317.45
HexC244D5435046da4911
Octal144411512465010633211121
Binary1100100100100110110101001101010100011011011010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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