Shades of Egyptian Blue #0E26AB
Tints of Egyptian Blue #0E26AB
RGB
CMYK
RGB Variations
Color information
#0E26AB (or 0x0E26AB) is known color: Egyptian Blue. HEX triplet: 0E, 26 and AB. RGB value is (14,38,171). Sum of RGB (Red+Green+Blue) = 14+38+171=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E26AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E26AB is #F1D954. Grayscale: #2D2D2D. Windows color (decimal): -15849813 or 11216398. OLE color: 11216398.
HSL color Cylindrical-coordinate representation of color #0E26AB: hue angle of 230.83º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E26AB is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 38 | 171 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.33 |
| HSL | 230.83º | 0.85% | 0.36% | - |
| HSV(B) | 230.83º | 0.92% | 0.67% | - |
| XYZ | 8.22 | 4.42 | 38.95 | - |
| YUV | 45.99 | 198.55 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 171 | 0.92 | 0.78 | 0 | 0.33 | 230.83 | 0.85 | 0.36 |
| Hex | E | 26 | AB | 5C | 4E | 0 | 21 | E7 | 55 | 24 |
| Octal | 16 | 46 | 253 | 134 | 116 | 0 | 41 | 347 | 125 | 44 |
| Binary | 1110 | 100110 | 10101011 | 1011100 | 1001110 | 0 | 100001 | 11100111 | 1010101 | 100100 |
Color Harmonies of #0E26AB
Complementary color
Monochromatic Colors of #0E26AB
Black with #0E26AB
Text Example
Text Example
White with #0E26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E26AB; }
p { color: rgb(14,38,171); }
H1.HeaderClassName
{
color: #0E26AB;
}
.AnyTagClassName
{
color: #0E26AB;
}
</style>
background-color css
<style>
a { background-color: #0E26AB; }
a { background-color: rgb(14,38,171); }
div.DivClassName
{
background-color: #0E26AB;
}
.BgClassName
{
background-color: #0E26AB;
}
</style>
border-color css
<style>
span { border-color: #0E26AB; }
span { border-color: rgb(14,38,171); }
td.TdClassName
{
border-color: #0E26AB;
}
.TagClassName
{
border-color: #0E26AB;
}
</style>