Shades of Egyptian Blue #0D19AD
Tints of Egyptian Blue #0D19AD
RGB
CMYK
RGB Variations
Color information
#0D19AD (or 0x0D19AD) is known color: Egyptian Blue. HEX triplet: 0D, 19 and AD. RGB value is (13,25,173). Sum of RGB (Red+Green+Blue) = 13+25+173=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D19AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D19AD is #F2E652. Grayscale: #252525. Windows color (decimal): -15918675 or 11344141. OLE color: 11344141.
HSL color Cylindrical-coordinate representation of color #0D19AD: hue angle of 235.5º 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 #0D19AD is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 25 | 173 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.32 |
| HSL | 235.5º | 0.86% | 0.36% | - |
| HSV(B) | 235.5º | 0.92% | 0.68% | - |
| XYZ | 8.06 | 3.8 | 39.84 | - |
| YUV | 38.28 | 204.02 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 173 | 0.92 | 0.86 | 0 | 0.32 | 235.5 | 0.86 | 0.36 |
| Hex | D | 19 | AD | 5C | 56 | 0 | 20 | EC | 56 | 24 |
| Octal | 15 | 31 | 255 | 134 | 126 | 0 | 40 | 354 | 126 | 44 |
| Binary | 1101 | 11001 | 10101101 | 1011100 | 1010110 | 0 | 100000 | 11101100 | 1010110 | 100100 |
Color Harmonies of #0D19AD
Complementary color
Monochromatic Colors of #0D19AD
Black with #0D19AD
Text Example
Text Example
White with #0D19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D19AD; }
p { color: rgb(13,25,173); }
H1.HeaderClassName
{
color: #0D19AD;
}
.AnyTagClassName
{
color: #0D19AD;
}
</style>
background-color css
<style>
a { background-color: #0D19AD; }
a { background-color: rgb(13,25,173); }
div.DivClassName
{
background-color: #0D19AD;
}
.BgClassName
{
background-color: #0D19AD;
}
</style>
border-color css
<style>
span { border-color: #0D19AD; }
span { border-color: rgb(13,25,173); }
td.TdClassName
{
border-color: #0D19AD;
}
.TagClassName
{
border-color: #0D19AD;
}
</style>