Shades of Egyptian Blue #0D19AB
Tints of Egyptian Blue #0D19AB
RGB
CMYK
RGB Variations
Color information
#0D19AB (or 0x0D19AB) is known color: Egyptian Blue. HEX triplet: 0D, 19 and AB. RGB value is (13,25,171). Sum of RGB (Red+Green+Blue) = 13+25+171=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D19AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D19AB is #F2E654. Grayscale: #252525. Windows color (decimal): -15918677 or 11213069. OLE color: 11213069.
HSL color Cylindrical-coordinate representation of color #0D19AB: hue angle of 235.44º 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 #0D19AB is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 25 | 171 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.33 |
| HSL | 235.44º | 0.86% | 0.36% | - |
| HSV(B) | 235.44º | 0.92% | 0.67% | - |
| XYZ | 7.86 | 3.72 | 38.83 | - |
| YUV | 38.06 | 203.02 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 171 | 0.92 | 0.85 | 0 | 0.33 | 235.44 | 0.86 | 0.36 |
| Hex | D | 19 | AB | 5C | 55 | 0 | 21 | EB | 56 | 24 |
| Octal | 15 | 31 | 253 | 134 | 125 | 0 | 41 | 353 | 126 | 44 |
| Binary | 1101 | 11001 | 10101011 | 1011100 | 1010101 | 0 | 100001 | 11101011 | 1010110 | 100100 |
Color Harmonies of #0D19AB
Complementary color
Monochromatic Colors of #0D19AB
Black with #0D19AB
Text Example
Text Example
White with #0D19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D19AB; }
p { color: rgb(13,25,171); }
H1.HeaderClassName
{
color: #0D19AB;
}
.AnyTagClassName
{
color: #0D19AB;
}
</style>
background-color css
<style>
a { background-color: #0D19AB; }
a { background-color: rgb(13,25,171); }
div.DivClassName
{
background-color: #0D19AB;
}
.BgClassName
{
background-color: #0D19AB;
}
</style>
border-color css
<style>
span { border-color: #0D19AB; }
span { border-color: rgb(13,25,171); }
td.TdClassName
{
border-color: #0D19AB;
}
.TagClassName
{
border-color: #0D19AB;
}
</style>