Shades of Egyptian Blue #0D2BAB
Tints of Egyptian Blue #0D2BAB
RGB
CMYK
RGB Variations
Color information
#0D2BAB (or 0x0D2BAB) is known color: Egyptian Blue. HEX triplet: 0D, 2B and AB. RGB value is (13,43,171). Sum of RGB (Red+Green+Blue) = 13+43+171=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 43 (17.19% from 255 or 18.94% 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 #0D2BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2BAB is #F2D454. Grayscale: #303030. Windows color (decimal): -15914069 or 11217677. OLE color: 11217677.
HSL color Cylindrical-coordinate representation of color #0D2BAB: hue angle of 228.61º 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 #0D2BAB is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 43 | 171 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.33 |
| HSL | 228.61º | 0.86% | 0.36% | - |
| HSV(B) | 228.61º | 0.92% | 0.67% | - |
| XYZ | 8.38 | 4.75 | 39 | - |
| YUV | 48.62 | 197.06 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 171 | 0.92 | 0.75 | 0 | 0.33 | 228.61 | 0.86 | 0.36 |
| Hex | D | 2B | AB | 5C | 4B | 0 | 21 | E5 | 56 | 24 |
| Octal | 15 | 53 | 253 | 134 | 113 | 0 | 41 | 345 | 126 | 44 |
| Binary | 1101 | 101011 | 10101011 | 1011100 | 1001011 | 0 | 100001 | 11100101 | 1010110 | 100100 |
Color Harmonies of #0D2BAB
Complementary color
Monochromatic Colors of #0D2BAB
Black with #0D2BAB
Text Example
Text Example
White with #0D2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2BAB; }
p { color: rgb(13,43,171); }
H1.HeaderClassName
{
color: #0D2BAB;
}
.AnyTagClassName
{
color: #0D2BAB;
}
</style>
background-color css
<style>
a { background-color: #0D2BAB; }
a { background-color: rgb(13,43,171); }
div.DivClassName
{
background-color: #0D2BAB;
}
.BgClassName
{
background-color: #0D2BAB;
}
</style>
border-color css
<style>
span { border-color: #0D2BAB; }
span { border-color: rgb(13,43,171); }
td.TdClassName
{
border-color: #0D2BAB;
}
.TagClassName
{
border-color: #0D2BAB;
}
</style>