Shades of Egyptian Blue #0B2DAB
Tints of Egyptian Blue #0B2DAB
RGB
CMYK
RGB Variations
Color information
#0B2DAB (or 0x0B2DAB) is known color: Egyptian Blue. HEX triplet: 0B, 2D and AB. RGB value is (11,45,171). Sum of RGB (Red+Green+Blue) = 11+45+171=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B2DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2DAB is #F4D254. Grayscale: #303030. Windows color (decimal): -16044629 or 11218187. OLE color: 11218187.
HSL color Cylindrical-coordinate representation of color #0B2DAB: hue angle of 227.25º 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 #0B2DAB is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 45 | 171 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.33 |
| HSL | 227.25º | 0.88% | 0.36% | - |
| HSV(B) | 227.25º | 0.94% | 0.67% | - |
| XYZ | 8.43 | 4.89 | 39.03 | - |
| YUV | 49.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 45 | 171 | 0.94 | 0.74 | 0 | 0.33 | 227.25 | 0.88 | 0.36 |
| Hex | B | 2D | AB | 5E | 4A | 0 | 21 | E3 | 58 | 24 |
| Octal | 13 | 55 | 253 | 136 | 112 | 0 | 41 | 343 | 130 | 44 |
| Binary | 1011 | 101101 | 10101011 | 1011110 | 1001010 | 0 | 100001 | 11100011 | 1011000 | 100100 |
Color Harmonies of #0B2DAB
Complementary color
Monochromatic Colors of #0B2DAB
Black with #0B2DAB
Text Example
Text Example
White with #0B2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2DAB; }
p { color: rgb(11,45,171); }
H1.HeaderClassName
{
color: #0B2DAB;
}
.AnyTagClassName
{
color: #0B2DAB;
}
</style>
background-color css
<style>
a { background-color: #0B2DAB; }
a { background-color: rgb(11,45,171); }
div.DivClassName
{
background-color: #0B2DAB;
}
.BgClassName
{
background-color: #0B2DAB;
}
</style>
border-color css
<style>
span { border-color: #0B2DAB; }
span { border-color: rgb(11,45,171); }
td.TdClassName
{
border-color: #0B2DAB;
}
.TagClassName
{
border-color: #0B2DAB;
}
</style>