Shades of Egyptian Blue #0B32AB
Tints of Egyptian Blue #0B32AB
RGB
CMYK
RGB Variations
Color information
#0B32AB (or 0x0B32AB) is known color: Egyptian Blue. HEX triplet: 0B, 32 and AB. RGB value is (11,50,171). Sum of RGB (Red+Green+Blue) = 11+50+171=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B32AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B32AB is #F4CD54. Grayscale: #333333. Windows color (decimal): -16043349 or 11219467. OLE color: 11219467.
HSL color Cylindrical-coordinate representation of color #0B32AB: hue angle of 225.38º 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 #0B32AB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 50 | 171 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.33 |
| HSL | 225.38º | 0.88% | 0.36% | - |
| HSV(B) | 225.38º | 0.94% | 0.67% | - |
| XYZ | 8.63 | 5.29 | 39.09 | - |
| YUV | 52.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 171 | 0.94 | 0.71 | 0 | 0.33 | 225.38 | 0.88 | 0.36 |
| Hex | B | 32 | AB | 5E | 47 | 0 | 21 | E1 | 58 | 24 |
| Octal | 13 | 62 | 253 | 136 | 107 | 0 | 41 | 341 | 130 | 44 |
| Binary | 1011 | 110010 | 10101011 | 1011110 | 1000111 | 0 | 100001 | 11100001 | 1011000 | 100100 |
Color Harmonies of #0B32AB
Complementary color
Monochromatic Colors of #0B32AB
Black with #0B32AB
Text Example
Text Example
White with #0B32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B32AB; }
p { color: rgb(11,50,171); }
H1.HeaderClassName
{
color: #0B32AB;
}
.AnyTagClassName
{
color: #0B32AB;
}
</style>
background-color css
<style>
a { background-color: #0B32AB; }
a { background-color: rgb(11,50,171); }
div.DivClassName
{
background-color: #0B32AB;
}
.BgClassName
{
background-color: #0B32AB;
}
</style>
border-color css
<style>
span { border-color: #0B32AB; }
span { border-color: rgb(11,50,171); }
td.TdClassName
{
border-color: #0B32AB;
}
.TagClassName
{
border-color: #0B32AB;
}
</style>