Shades of Egyptian Blue #0B3DAB
Tints of Egyptian Blue #0B3DAB
RGB
CMYK
RGB Variations
Color information
#0B3DAB (or 0x0B3DAB) is known color: Egyptian Blue. HEX triplet: 0B, 3D and AB. RGB value is (11,61,171). Sum of RGB (Red+Green+Blue) = 11+61+171=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B3DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3DAB is #F4C254. Grayscale: #3A3A3A. Windows color (decimal): -16040533 or 11222283. OLE color: 11222283.
HSL color Cylindrical-coordinate representation of color #0B3DAB: hue angle of 221.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 #0B3DAB is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 61 | 171 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.33 |
| HSL | 221.25º | 0.88% | 0.36% | - |
| HSV(B) | 221.25º | 0.94% | 0.67% | - |
| XYZ | 9.16 | 6.35 | 39.27 | - |
| YUV | 58.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 61 | 171 | 0.94 | 0.64 | 0 | 0.33 | 221.25 | 0.88 | 0.36 |
| Hex | B | 3D | AB | 5E | 40 | 0 | 21 | DD | 58 | 24 |
| Octal | 13 | 75 | 253 | 136 | 100 | 0 | 41 | 335 | 130 | 44 |
| Binary | 1011 | 111101 | 10101011 | 1011110 | 1000000 | 0 | 100001 | 11011101 | 1011000 | 100100 |
Color Harmonies of #0B3DAB
Complementary color
Monochromatic Colors of #0B3DAB
Black with #0B3DAB
Text Example
Text Example
White with #0B3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3DAB; }
p { color: rgb(11,61,171); }
H1.HeaderClassName
{
color: #0B3DAB;
}
.AnyTagClassName
{
color: #0B3DAB;
}
</style>
background-color css
<style>
a { background-color: #0B3DAB; }
a { background-color: rgb(11,61,171); }
div.DivClassName
{
background-color: #0B3DAB;
}
.BgClassName
{
background-color: #0B3DAB;
}
</style>
border-color css
<style>
span { border-color: #0B3DAB; }
span { border-color: rgb(11,61,171); }
td.TdClassName
{
border-color: #0B3DAB;
}
.TagClassName
{
border-color: #0B3DAB;
}
</style>