Shades of Egyptian Blue #0D259F
Tints of Egyptian Blue #0D259F
RGB
CMYK
RGB Variations
Color information
#0D259F (or 0x0D259F) is known color: Egyptian Blue. HEX triplet: 0D, 25 and 9F. RGB value is (13,37,159). Sum of RGB (Red+Green+Blue) = 13+37+159=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D259F is #F2DA60. Grayscale: #2B2B2B. Windows color (decimal): -15915617 or 10429709. OLE color: 10429709.
HSL color Cylindrical-coordinate representation of color #0D259F: hue angle of 230.14º 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 #0D259F is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 37 | 159 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.38 |
| HSL | 230.14º | 0.85% | 0.34% | - |
| HSV(B) | 230.14º | 0.92% | 0.62% | - |
| XYZ | 7.09 | 3.91 | 33.18 | - |
| YUV | 43.73 | 193.05 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 159 | 0.92 | 0.77 | 0 | 0.38 | 230.14 | 0.85 | 0.34 |
| Hex | D | 25 | 9F | 5C | 4D | 0 | 26 | E6 | 55 | 22 |
| Octal | 15 | 45 | 237 | 134 | 115 | 0 | 46 | 346 | 125 | 42 |
| Binary | 1101 | 100101 | 10011111 | 1011100 | 1001101 | 0 | 100110 | 11100110 | 1010101 | 100010 |
Color Harmonies of #0D259F
Complementary color
Monochromatic Colors of #0D259F
Black with #0D259F
Text Example
Text Example
White with #0D259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D259F; }
p { color: rgb(13,37,159); }
H1.HeaderClassName
{
color: #0D259F;
}
.AnyTagClassName
{
color: #0D259F;
}
</style>
background-color css
<style>
a { background-color: #0D259F; }
a { background-color: rgb(13,37,159); }
div.DivClassName
{
background-color: #0D259F;
}
.BgClassName
{
background-color: #0D259F;
}
</style>
border-color css
<style>
span { border-color: #0D259F; }
span { border-color: rgb(13,37,159); }
td.TdClassName
{
border-color: #0D259F;
}
.TagClassName
{
border-color: #0D259F;
}
</style>