Shades of Egyptian Blue #0E41AB
Tints of Egyptian Blue #0E41AB
RGB
CMYK
RGB Variations
Color information
#0E41AB (or 0x0E41AB) is known color: Egyptian Blue. HEX triplet: 0E, 41 and AB. RGB value is (14,65,171). Sum of RGB (Red+Green+Blue) = 14+65+171=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E41AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E41AB is #F1BE54. Grayscale: #3D3D3D. Windows color (decimal): -15842901 or 11223310. OLE color: 11223310.
HSL color Cylindrical-coordinate representation of color #0E41AB: hue angle of 220.51º 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 #0E41AB is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 65 | 171 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.33 |
| HSL | 220.51º | 0.85% | 0.36% | - |
| HSV(B) | 220.51º | 0.92% | 0.67% | - |
| XYZ | 9.42 | 6.81 | 39.35 | - |
| YUV | 61.84 | 189.6 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 65 | 171 | 0.92 | 0.62 | 0 | 0.33 | 220.51 | 0.85 | 0.36 |
| Hex | E | 41 | AB | 5C | 3E | 0 | 21 | DD | 55 | 24 |
| Octal | 16 | 101 | 253 | 134 | 76 | 0 | 41 | 335 | 125 | 44 |
| Binary | 1110 | 1000001 | 10101011 | 1011100 | 111110 | 0 | 100001 | 11011101 | 1010101 | 100100 |
Color Harmonies of #0E41AB
Complementary color
Monochromatic Colors of #0E41AB
Black with #0E41AB
Text Example
Text Example
White with #0E41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E41AB; }
p { color: rgb(14,65,171); }
H1.HeaderClassName
{
color: #0E41AB;
}
.AnyTagClassName
{
color: #0E41AB;
}
</style>
background-color css
<style>
a { background-color: #0E41AB; }
a { background-color: rgb(14,65,171); }
div.DivClassName
{
background-color: #0E41AB;
}
.BgClassName
{
background-color: #0E41AB;
}
</style>
border-color css
<style>
span { border-color: #0E41AB; }
span { border-color: rgb(14,65,171); }
td.TdClassName
{
border-color: #0E41AB;
}
.TagClassName
{
border-color: #0E41AB;
}
</style>