Shades of Egyptian Blue #0D2495
Tints of Egyptian Blue #0D2495
RGB
CMYK
RGB Variations
Color information
#0D2495 (or 0x0D2495) is known color: Egyptian Blue. HEX triplet: 0D, 24 and 95. RGB value is (13,36,149). Sum of RGB (Red+Green+Blue) = 13+36+149=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D2495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2495 is #F2DB6A. Grayscale: #292929. Windows color (decimal): -15915883 or 9774093. OLE color: 9774093.
HSL color Cylindrical-coordinate representation of color #0D2495: hue angle of 229.85º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2495 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 36 | 149 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.42 |
| HSL | 229.85º | 0.84% | 0.32% | - |
| HSV(B) | 229.85º | 0.91% | 0.58% | - |
| XYZ | 6.22 | 3.52 | 28.78 | - |
| YUV | 42.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 149 | 0.91 | 0.76 | 0 | 0.42 | 229.85 | 0.84 | 0.32 |
| Hex | D | 24 | 95 | 5B | 4C | 0 | 2A | E6 | 54 | 20 |
| Octal | 15 | 44 | 225 | 133 | 114 | 0 | 52 | 346 | 124 | 40 |
| Binary | 1101 | 100100 | 10010101 | 1011011 | 1001100 | 0 | 101010 | 11100110 | 1010100 | 100000 |
Color Harmonies of #0D2495
Complementary color
Monochromatic Colors of #0D2495
Black with #0D2495
Text Example
Text Example
White with #0D2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2495; }
p { color: rgb(13,36,149); }
H1.HeaderClassName
{
color: #0D2495;
}
.AnyTagClassName
{
color: #0D2495;
}
</style>
background-color css
<style>
a { background-color: #0D2495; }
a { background-color: rgb(13,36,149); }
div.DivClassName
{
background-color: #0D2495;
}
.BgClassName
{
background-color: #0D2495;
}
</style>
border-color css
<style>
span { border-color: #0D2495; }
span { border-color: rgb(13,36,149); }
td.TdClassName
{
border-color: #0D2495;
}
.TagClassName
{
border-color: #0D2495;
}
</style>