#0C24A5

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

Shades of Egyptian Blue #0C24A5

Tints of Egyptian Blue #0C24A5

Color information

#0C24A5 (or 0x0C24A5) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 24 and A5. RGB value is (12,36,165). Sum of RGB (Red+Green+Blue) = 12+36+165=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 165 (64.84% from 255 or 77.46% from 213); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C24A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C24A5 is #F3DB5A. Grayscale: #2A2A2A. Windows color (decimal): -15981403 or 10822668. OLE color: 10822668.

HSL color Cylindrical-coordinate representation of color #0C24A5: hue angle of 230.59º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C24A5 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1236165-
CMYK0.930.7800.35
HSL230.59º86.44%34.71%-
HSV(B)230.59º92.73%64.71%-
XYZ7.574.0635.98-
YUV43.53196.55105.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.63%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 165 (64.84% from 255) = 77.46%
R=5.63%
G=16.90%
B=77.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12361650.930.7800.35230.5986.4434.71
HexC24A55D4E023e75623
Octal144424513511604334712643
Binary110010010010100101101110110011100100011111001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C24A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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