#0B24AB

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

Shades of Egyptian Blue #0B24AB

Tints of Egyptian Blue #0B24AB

Color information

#0B24AB (or 0x0B24AB) is unknown color: approx Egyptian Blue. HEX triplet: 0B, 24 and AB. RGB value is (11,36,171). Sum of RGB (Red+Green+Blue) = 11+36+171=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B24AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B24AB is #F4DB54. Grayscale: #2B2B2B. Windows color (decimal): -16046933 or 11215883. OLE color: 11215883.

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

Color convert

RGB1136171-
CMYK0.940.7900.33
HSL230.62º87.91%35.69%-
HSV(B)230.62º93.57%67.06%-
XYZ8.124.2738.92-
YUV43.92199.72104.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 171 (67.19% from 255) = 78.44%
R=5.05%
G=16.51%
B=78.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11361710.940.7900.33230.6287.9135.69
HexB24AB5E4F021e75824
Octal134425313611704134713044
Binary101110010010101011101111010011110100001111001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B24AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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