Shades of Egyptian Blue #0D2EAD
Tints of Egyptian Blue #0D2EAD
RGB
CMYK
RGB Variations
Color information
#0D2EAD (or 0x0D2EAD) is known color: Egyptian Blue. HEX triplet: 0D, 2E and AD. RGB value is (13,46,173). Sum of RGB (Red+Green+Blue) = 13+46+173=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D2EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2EAD is #F2D152. Grayscale: #323232. Windows color (decimal): -15913299 or 11349517. OLE color: 11349517.
HSL color Cylindrical-coordinate representation of color #0D2EAD: hue angle of 227.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D2EAD is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 46 | 173 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.32 |
| HSL | 227.63º | 0.86% | 0.36% | - |
| HSV(B) | 227.63º | 0.92% | 0.68% | - |
| XYZ | 8.69 | 5.06 | 40.05 | - |
| YUV | 50.61 | 197.07 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 173 | 0.92 | 0.73 | 0 | 0.32 | 227.63 | 0.86 | 0.36 |
| Hex | D | 2E | AD | 5C | 49 | 0 | 20 | E4 | 56 | 24 |
| Octal | 15 | 56 | 255 | 134 | 111 | 0 | 40 | 344 | 126 | 44 |
| Binary | 1101 | 101110 | 10101101 | 1011100 | 1001001 | 0 | 100000 | 11100100 | 1010110 | 100100 |
Color Harmonies of #0D2EAD
Complementary color
Monochromatic Colors of #0D2EAD
Black with #0D2EAD
Text Example
Text Example
White with #0D2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2EAD; }
p { color: rgb(13,46,173); }
H1.HeaderClassName
{
color: #0D2EAD;
}
.AnyTagClassName
{
color: #0D2EAD;
}
</style>
background-color css
<style>
a { background-color: #0D2EAD; }
a { background-color: rgb(13,46,173); }
div.DivClassName
{
background-color: #0D2EAD;
}
.BgClassName
{
background-color: #0D2EAD;
}
</style>
border-color css
<style>
span { border-color: #0D2EAD; }
span { border-color: rgb(13,46,173); }
td.TdClassName
{
border-color: #0D2EAD;
}
.TagClassName
{
border-color: #0D2EAD;
}
</style>