Shades of Egyptian Blue #0D249F
Tints of Egyptian Blue #0D249F
RGB
CMYK
RGB Variations
Color information
#0D249F (or 0x0D249F) is known color: Egyptian Blue. HEX triplet: 0D, 24 and 9F. RGB value is (13,36,159). Sum of RGB (Red+Green+Blue) = 13+36+159=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D249F is #F2DB60. Grayscale: #2A2A2A. Windows color (decimal): -15915873 or 10429453. OLE color: 10429453.
HSL color Cylindrical-coordinate representation of color #0D249F: hue angle of 230.55º 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 #0D249F is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 36 | 159 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.38 |
| HSL | 230.55º | 0.85% | 0.34% | - |
| HSV(B) | 230.55º | 0.92% | 0.62% | - |
| XYZ | 7.05 | 3.85 | 33.17 | - |
| YUV | 43.15 | 193.38 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 159 | 0.92 | 0.77 | 0 | 0.38 | 230.55 | 0.85 | 0.34 |
| Hex | D | 24 | 9F | 5C | 4D | 0 | 26 | E7 | 55 | 22 |
| Octal | 15 | 44 | 237 | 134 | 115 | 0 | 46 | 347 | 125 | 42 |
| Binary | 1101 | 100100 | 10011111 | 1011100 | 1001101 | 0 | 100110 | 11100111 | 1010101 | 100010 |
Color Harmonies of #0D249F
Complementary color
Monochromatic Colors of #0D249F
Black with #0D249F
Text Example
Text Example
White with #0D249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D249F; }
p { color: rgb(13,36,159); }
H1.HeaderClassName
{
color: #0D249F;
}
.AnyTagClassName
{
color: #0D249F;
}
</style>
background-color css
<style>
a { background-color: #0D249F; }
a { background-color: rgb(13,36,159); }
div.DivClassName
{
background-color: #0D249F;
}
.BgClassName
{
background-color: #0D249F;
}
</style>
border-color css
<style>
span { border-color: #0D249F; }
span { border-color: rgb(13,36,159); }
td.TdClassName
{
border-color: #0D249F;
}
.TagClassName
{
border-color: #0D249F;
}
</style>