#0B24A9

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

Shades of Egyptian Blue #0B24A9

Tints of Egyptian Blue #0B24A9

Color information

#0B24A9 (or 0x0B24A9) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 24 and A9. RGB value is (11,36,169). Sum of RGB (Red+Green+Blue) = 11+36+169=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 169 (66.41% from 255 or 78.24% from 216); Max value from RGB is 169 - color contains mainly: blue. Hex color #0B24A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B24A9 is #F4DB56. Grayscale: #2B2B2B. Windows color (decimal): -16046935 or 11084811. OLE color: 11084811.

HSL color Cylindrical-coordinate representation of color #0B24A9: hue angle of 230.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B24A9 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1136169-
CMYK0.930.7900.34
HSL230.51º87.78%35.29%-
HSV(B)230.51º93.49%66.27%-
XYZ7.934.237.93-
YUV43.69198.72104.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.09%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 169 (66.41% from 255) = 78.24%
R=5.09%
G=16.67%
B=78.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11361690.930.7900.34230.5187.7835.29
HexB24A95D4F022e75823
Octal134425113511704234713043
Binary101110010010101001101110110011110100010111001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B24A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,169); }

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

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

 a { background-color: rgb(11,36,169); }

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

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

 span { border-color: rgb(11,36,169); }

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