Shades of Egyptian Blue #0D409F
Tints of Egyptian Blue #0D409F
RGB
CMYK
RGB Variations
Color information
#0D409F (or 0x0D409F) is known color: Egyptian Blue. HEX triplet: 0D, 40 and 9F. RGB value is (13,64,159). Sum of RGB (Red+Green+Blue) = 13+64+159=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D409F is #F2BF60. Grayscale: #3B3B3B. Windows color (decimal): -15908705 or 10436621. OLE color: 10436621.
HSL color Cylindrical-coordinate representation of color #0D409F: hue angle of 219.04º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D409F is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 64 | 159 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.38 |
| HSL | 219.04º | 0.85% | 0.34% | - |
| HSV(B) | 219.04º | 0.92% | 0.62% | - |
| XYZ | 8.26 | 6.26 | 33.57 | - |
| YUV | 59.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 159 | 0.92 | 0.60 | 0 | 0.38 | 219.04 | 0.85 | 0.34 |
| Hex | D | 40 | 9F | 5C | 3C | 0 | 26 | DB | 55 | 22 |
| Octal | 15 | 100 | 237 | 134 | 74 | 0 | 46 | 333 | 125 | 42 |
| Binary | 1101 | 1000000 | 10011111 | 1011100 | 111100 | 0 | 100110 | 11011011 | 1010101 | 100010 |
Color Harmonies of #0D409F
Complementary color
Monochromatic Colors of #0D409F
Black with #0D409F
Text Example
Text Example
White with #0D409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D409F; }
p { color: rgb(13,64,159); }
H1.HeaderClassName
{
color: #0D409F;
}
.AnyTagClassName
{
color: #0D409F;
}
</style>
background-color css
<style>
a { background-color: #0D409F; }
a { background-color: rgb(13,64,159); }
div.DivClassName
{
background-color: #0D409F;
}
.BgClassName
{
background-color: #0D409F;
}
</style>
border-color css
<style>
span { border-color: #0D409F; }
span { border-color: rgb(13,64,159); }
td.TdClassName
{
border-color: #0D409F;
}
.TagClassName
{
border-color: #0D409F;
}
</style>