Shades of Egyptian Blue #0D249C
Tints of Egyptian Blue #0D249C
RGB
CMYK
RGB Variations
Color information
#0D249C (or 0x0D249C) is known color: Egyptian Blue. HEX triplet: 0D, 24 and 9C. RGB value is (13,36,156). Sum of RGB (Red+Green+Blue) = 13+36+156=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D249C is #F2DB63. Grayscale: #2A2A2A. Windows color (decimal): -15915876 or 10232845. OLE color: 10232845.
HSL color Cylindrical-coordinate representation of color #0D249C: hue angle of 230.35º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D249C is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 36 | 156 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.39 |
| HSL | 230.35º | 0.85% | 0.33% | - |
| HSV(B) | 230.35º | 0.92% | 0.61% | - |
| XYZ | 6.8 | 3.75 | 31.82 | - |
| YUV | 42.8 | 191.88 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 156 | 0.92 | 0.77 | 0 | 0.39 | 230.35 | 0.85 | 0.33 |
| Hex | D | 24 | 9C | 5C | 4D | 0 | 27 | E6 | 55 | 21 |
| Octal | 15 | 44 | 234 | 134 | 115 | 0 | 47 | 346 | 125 | 41 |
| Binary | 1101 | 100100 | 10011100 | 1011100 | 1001101 | 0 | 100111 | 11100110 | 1010101 | 100001 |
Color Harmonies of #0D249C
Complementary color
Monochromatic Colors of #0D249C
Black with #0D249C
Text Example
Text Example
White with #0D249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D249C; }
p { color: rgb(13,36,156); }
H1.HeaderClassName
{
color: #0D249C;
}
.AnyTagClassName
{
color: #0D249C;
}
</style>
background-color css
<style>
a { background-color: #0D249C; }
a { background-color: rgb(13,36,156); }
div.DivClassName
{
background-color: #0D249C;
}
.BgClassName
{
background-color: #0D249C;
}
</style>
border-color css
<style>
span { border-color: #0D249C; }
span { border-color: rgb(13,36,156); }
td.TdClassName
{
border-color: #0D249C;
}
.TagClassName
{
border-color: #0D249C;
}
</style>