Shades of Egyptian Blue #0D419F
Tints of Egyptian Blue #0D419F
RGB
CMYK
RGB Variations
Color information
#0D419F (or 0x0D419F) is known color: Egyptian Blue. HEX triplet: 0D, 41 and 9F. RGB value is (13,65,159). Sum of RGB (Red+Green+Blue) = 13+65+159=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D419F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D419F is #F2BE60. Grayscale: #3B3B3B. Windows color (decimal): -15908449 or 10436877. OLE color: 10436877.
HSL color Cylindrical-coordinate representation of color #0D419F: hue angle of 218.63º 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 #0D419F is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 65 | 159 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.38 |
| HSL | 218.63º | 0.85% | 0.34% | - |
| HSV(B) | 218.63º | 0.92% | 0.62% | - |
| XYZ | 8.31 | 6.37 | 33.59 | - |
| YUV | 60.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 159 | 0.92 | 0.59 | 0 | 0.38 | 218.63 | 0.85 | 0.34 |
| Hex | D | 41 | 9F | 5C | 3B | 0 | 26 | DB | 55 | 22 |
| Octal | 15 | 101 | 237 | 134 | 73 | 0 | 46 | 333 | 125 | 42 |
| Binary | 1101 | 1000001 | 10011111 | 1011100 | 111011 | 0 | 100110 | 11011011 | 1010101 | 100010 |
Color Harmonies of #0D419F
Complementary color
Monochromatic Colors of #0D419F
Black with #0D419F
Text Example
Text Example
White with #0D419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D419F; }
p { color: rgb(13,65,159); }
H1.HeaderClassName
{
color: #0D419F;
}
.AnyTagClassName
{
color: #0D419F;
}
</style>
background-color css
<style>
a { background-color: #0D419F; }
a { background-color: rgb(13,65,159); }
div.DivClassName
{
background-color: #0D419F;
}
.BgClassName
{
background-color: #0D419F;
}
</style>
border-color css
<style>
span { border-color: #0D419F; }
span { border-color: rgb(13,65,159); }
td.TdClassName
{
border-color: #0D419F;
}
.TagClassName
{
border-color: #0D419F;
}
</style>