Shades of Egyptian Blue #0D1BAB
Tints of Egyptian Blue #0D1BAB
RGB
CMYK
RGB Variations
Color information
#0D1BAB (or 0x0D1BAB) is known color: Egyptian Blue. HEX triplet: 0D, 1B and AB. RGB value is (13,27,171). Sum of RGB (Red+Green+Blue) = 13+27+171=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D1BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1BAB is #F2E454. Grayscale: #262626. Windows color (decimal): -15918165 or 11213581. OLE color: 11213581.
HSL color Cylindrical-coordinate representation of color #0D1BAB: hue angle of 234.68º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D1BAB is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 27 | 171 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.33 |
| HSL | 234.68º | 0.86% | 0.36% | - |
| HSV(B) | 234.68º | 0.92% | 0.67% | - |
| XYZ | 7.91 | 3.81 | 38.85 | - |
| YUV | 39.23 | 202.36 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 171 | 0.92 | 0.84 | 0 | 0.33 | 234.68 | 0.86 | 0.36 |
| Hex | D | 1B | AB | 5C | 54 | 0 | 21 | EB | 56 | 24 |
| Octal | 15 | 33 | 253 | 134 | 124 | 0 | 41 | 353 | 126 | 44 |
| Binary | 1101 | 11011 | 10101011 | 1011100 | 1010100 | 0 | 100001 | 11101011 | 1010110 | 100100 |
Color Harmonies of #0D1BAB
Complementary color
Monochromatic Colors of #0D1BAB
Black with #0D1BAB
Text Example
Text Example
White with #0D1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1BAB; }
p { color: rgb(13,27,171); }
H1.HeaderClassName
{
color: #0D1BAB;
}
.AnyTagClassName
{
color: #0D1BAB;
}
</style>
background-color css
<style>
a { background-color: #0D1BAB; }
a { background-color: rgb(13,27,171); }
div.DivClassName
{
background-color: #0D1BAB;
}
.BgClassName
{
background-color: #0D1BAB;
}
</style>
border-color css
<style>
span { border-color: #0D1BAB; }
span { border-color: rgb(13,27,171); }
td.TdClassName
{
border-color: #0D1BAB;
}
.TagClassName
{
border-color: #0D1BAB;
}
</style>