Shades of Egyptian Blue #0D40AA
Tints of Egyptian Blue #0D40AA
RGB
CMYK
RGB Variations
Color information
#0D40AA (or 0x0D40AA) is known color: Egyptian Blue. HEX triplet: 0D, 40 and AA. RGB value is (13,64,170). Sum of RGB (Red+Green+Blue) = 13+64+170=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D40AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D40AA is #F2BF55. Grayscale: #3C3C3C. Windows color (decimal): -15908694 or 11157517. OLE color: 11157517.
HSL color Cylindrical-coordinate representation of color #0D40AA: hue angle of 220.51º 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 #0D40AA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 64 | 170 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.33 |
| HSL | 220.51º | 0.86% | 0.36% | - |
| HSV(B) | 220.51º | 0.92% | 0.67% | - |
| XYZ | 9.26 | 6.65 | 38.83 | - |
| YUV | 60.84 | 189.6 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 170 | 0.92 | 0.62 | 0 | 0.33 | 220.51 | 0.86 | 0.36 |
| Hex | D | 40 | AA | 5C | 3E | 0 | 21 | DD | 56 | 24 |
| Octal | 15 | 100 | 252 | 134 | 76 | 0 | 41 | 335 | 126 | 44 |
| Binary | 1101 | 1000000 | 10101010 | 1011100 | 111110 | 0 | 100001 | 11011101 | 1010110 | 100100 |
Color Harmonies of #0D40AA
Complementary color
Monochromatic Colors of #0D40AA
Black with #0D40AA
Text Example
Text Example
White with #0D40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D40AA; }
p { color: rgb(13,64,170); }
H1.HeaderClassName
{
color: #0D40AA;
}
.AnyTagClassName
{
color: #0D40AA;
}
</style>
background-color css
<style>
a { background-color: #0D40AA; }
a { background-color: rgb(13,64,170); }
div.DivClassName
{
background-color: #0D40AA;
}
.BgClassName
{
background-color: #0D40AA;
}
</style>
border-color css
<style>
span { border-color: #0D40AA; }
span { border-color: rgb(13,64,170); }
td.TdClassName
{
border-color: #0D40AA;
}
.TagClassName
{
border-color: #0D40AA;
}
</style>