Shades of Egyptian Blue #0D409D
Tints of Egyptian Blue #0D409D
RGB
CMYK
RGB Variations
Color information
#0D409D (or 0x0D409D) is known color: Egyptian Blue. HEX triplet: 0D, 40 and 9D. RGB value is (13,64,157). Sum of RGB (Red+Green+Blue) = 13+64+157=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D409D is #F2BF62. Grayscale: #3A3A3A. Windows color (decimal): -15908707 or 10305549. OLE color: 10305549.
HSL color Cylindrical-coordinate representation of color #0D409D: hue angle of 218.75º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D409D is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 64 | 157 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.38 |
| HSL | 218.75º | 0.85% | 0.33% | - |
| HSV(B) | 218.75º | 0.92% | 0.62% | - |
| XYZ | 8.09 | 6.19 | 32.67 | - |
| YUV | 59.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 157 | 0.92 | 0.59 | 0 | 0.38 | 218.75 | 0.85 | 0.33 |
| Hex | D | 40 | 9D | 5C | 3B | 0 | 26 | DB | 55 | 21 |
| Octal | 15 | 100 | 235 | 134 | 73 | 0 | 46 | 333 | 125 | 41 |
| Binary | 1101 | 1000000 | 10011101 | 1011100 | 111011 | 0 | 100110 | 11011011 | 1010101 | 100001 |
Color Harmonies of #0D409D
Complementary color
Monochromatic Colors of #0D409D
Black with #0D409D
Text Example
Text Example
White with #0D409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D409D; }
p { color: rgb(13,64,157); }
H1.HeaderClassName
{
color: #0D409D;
}
.AnyTagClassName
{
color: #0D409D;
}
</style>
background-color css
<style>
a { background-color: #0D409D; }
a { background-color: rgb(13,64,157); }
div.DivClassName
{
background-color: #0D409D;
}
.BgClassName
{
background-color: #0D409D;
}
</style>
border-color css
<style>
span { border-color: #0D409D; }
span { border-color: rgb(13,64,157); }
td.TdClassName
{
border-color: #0D409D;
}
.TagClassName
{
border-color: #0D409D;
}
</style>