Shades of Egyptian Blue #0E25A1
Tints of Egyptian Blue #0E25A1
RGB
CMYK
RGB Variations
Color information
#0E25A1 (or 0x0E25A1) is known color: Egyptian Blue. HEX triplet: 0E, 25 and A1. RGB value is (14,37,161). Sum of RGB (Red+Green+Blue) = 14+37+161=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 161 (63.28% from 255 or 75.94% from 212); Max value from RGB is 161 - color contains mainly: blue. Hex color #0E25A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E25A1 is #F1DA5E. Grayscale: #2B2B2B. Windows color (decimal): -15850079 or 10560782. OLE color: 10560782.
HSL color Cylindrical-coordinate representation of color #0E25A1: hue angle of 230.61º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E25A1 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 37 | 161 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.37 |
| HSL | 230.61º | 0.84% | 0.34% | - |
| HSV(B) | 230.61º | 0.91% | 0.63% | - |
| XYZ | 7.28 | 3.99 | 34.1 | - |
| YUV | 44.26 | 193.88 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 161 | 0.91 | 0.77 | 0 | 0.37 | 230.61 | 0.84 | 0.34 |
| Hex | E | 25 | A1 | 5B | 4D | 0 | 25 | E7 | 54 | 22 |
| Octal | 16 | 45 | 241 | 133 | 115 | 0 | 45 | 347 | 124 | 42 |
| Binary | 1110 | 100101 | 10100001 | 1011011 | 1001101 | 0 | 100101 | 11100111 | 1010100 | 100010 |
Color Harmonies of #0E25A1
Complementary color
Monochromatic Colors of #0E25A1
Black with #0E25A1
Text Example
Text Example
White with #0E25A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E25A1; }
p { color: rgb(14,37,161); }
H1.HeaderClassName
{
color: #0E25A1;
}
.AnyTagClassName
{
color: #0E25A1;
}
</style>
background-color css
<style>
a { background-color: #0E25A1; }
a { background-color: rgb(14,37,161); }
div.DivClassName
{
background-color: #0E25A1;
}
.BgClassName
{
background-color: #0E25A1;
}
</style>
border-color css
<style>
span { border-color: #0E25A1; }
span { border-color: rgb(14,37,161); }
td.TdClassName
{
border-color: #0E25A1;
}
.TagClassName
{
border-color: #0E25A1;
}
</style>