Shades of Egyptian Blue #0B2BAB
Tints of Egyptian Blue #0B2BAB
RGB
CMYK
RGB Variations
Color information
#0B2BAB (or 0x0B2BAB) is known color: Egyptian Blue. HEX triplet: 0B, 2B and AB. RGB value is (11,43,171). Sum of RGB (Red+Green+Blue) = 11+43+171=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B2BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2BAB is #F4D454. Grayscale: #2F2F2F. Windows color (decimal): -16045141 or 11217675. OLE color: 11217675.
HSL color Cylindrical-coordinate representation of color #0B2BAB: hue angle of 228º 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 #0B2BAB is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 43 | 171 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.33 |
| HSL | 228º | 0.88% | 0.36% | - |
| HSV(B) | 228º | 0.94% | 0.67% | - |
| XYZ | 8.35 | 4.74 | 39 | - |
| YUV | 48.02 | 197.4 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 171 | 0.94 | 0.75 | 0 | 0.33 | 228 | 0.88 | 0.36 |
| Hex | B | 2B | AB | 5E | 4B | 0 | 21 | E4 | 58 | 24 |
| Octal | 13 | 53 | 253 | 136 | 113 | 0 | 41 | 344 | 130 | 44 |
| Binary | 1011 | 101011 | 10101011 | 1011110 | 1001011 | 0 | 100001 | 11100100 | 1011000 | 100100 |
Color Harmonies of #0B2BAB
Complementary color
Monochromatic Colors of #0B2BAB
Black with #0B2BAB
Text Example
Text Example
White with #0B2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2BAB; }
p { color: rgb(11,43,171); }
H1.HeaderClassName
{
color: #0B2BAB;
}
.AnyTagClassName
{
color: #0B2BAB;
}
</style>
background-color css
<style>
a { background-color: #0B2BAB; }
a { background-color: rgb(11,43,171); }
div.DivClassName
{
background-color: #0B2BAB;
}
.BgClassName
{
background-color: #0B2BAB;
}
</style>
border-color css
<style>
span { border-color: #0B2BAB; }
span { border-color: rgb(11,43,171); }
td.TdClassName
{
border-color: #0B2BAB;
}
.TagClassName
{
border-color: #0B2BAB;
}
</style>