#0C24AC

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

Shades of Egyptian Blue #0C24AC

Tints of Egyptian Blue #0C24AC

Color information

#0C24AC (or 0x0C24AC) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 24 and AC. RGB value is (12,36,172). Sum of RGB (Red+Green+Blue) = 12+36+172=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C24AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C24AC is #F3DB53. Grayscale: #2B2B2B. Windows color (decimal): -15981396 or 11281420. OLE color: 11281420.

HSL color Cylindrical-coordinate representation of color #0C24AC: hue angle of 231º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C24AC is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1236172-
CMYK0.930.7900.33
HSL231º86.96%36.08%-
HSV(B)231º93.02%67.45%-
XYZ8.234.3239.43-
YUV44.33200.05104.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 172 (67.58% from 255) = 78.18%
R=5.45%
G=16.36%
B=78.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12361720.930.7900.3323186.9636.08
HexC24AC5D4F021e75724
Octal144425413511704134712744
Binary110010010010101100101110110011110100001111001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C24AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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