Shades of Egyptian Blue #0D259E
Tints of Egyptian Blue #0D259E
RGB
CMYK
RGB Variations
Color information
#0D259E (or 0x0D259E) is known color: Egyptian Blue. HEX triplet: 0D, 25 and 9E. RGB value is (13,37,158). Sum of RGB (Red+Green+Blue) = 13+37+158=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D259E is #F2DA61. Grayscale: #2B2B2B. Windows color (decimal): -15915618 or 10364173. OLE color: 10364173.
HSL color Cylindrical-coordinate representation of color #0D259E: hue angle of 230.07º 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 #0D259E is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 37 | 158 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.38 |
| HSL | 230.07º | 0.85% | 0.34% | - |
| HSV(B) | 230.07º | 0.92% | 0.62% | - |
| XYZ | 7 | 3.88 | 32.73 | - |
| YUV | 43.62 | 192.55 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 158 | 0.92 | 0.77 | 0 | 0.38 | 230.07 | 0.85 | 0.34 |
| Hex | D | 25 | 9E | 5C | 4D | 0 | 26 | E6 | 55 | 22 |
| Octal | 15 | 45 | 236 | 134 | 115 | 0 | 46 | 346 | 125 | 42 |
| Binary | 1101 | 100101 | 10011110 | 1011100 | 1001101 | 0 | 100110 | 11100110 | 1010101 | 100010 |
Color Harmonies of #0D259E
Complementary color
Monochromatic Colors of #0D259E
Black with #0D259E
Text Example
Text Example
White with #0D259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D259E; }
p { color: rgb(13,37,158); }
H1.HeaderClassName
{
color: #0D259E;
}
.AnyTagClassName
{
color: #0D259E;
}
</style>
background-color css
<style>
a { background-color: #0D259E; }
a { background-color: rgb(13,37,158); }
div.DivClassName
{
background-color: #0D259E;
}
.BgClassName
{
background-color: #0D259E;
}
</style>
border-color css
<style>
span { border-color: #0D259E; }
span { border-color: rgb(13,37,158); }
td.TdClassName
{
border-color: #0D259E;
}
.TagClassName
{
border-color: #0D259E;
}
</style>