Shades of Egyptian Blue #0E3DAB
Tints of Egyptian Blue #0E3DAB
RGB
CMYK
RGB Variations
Color information
#0E3DAB (or 0x0E3DAB) is known color: Egyptian Blue. HEX triplet: 0E, 3D and AB. RGB value is (14,61,171). Sum of RGB (Red+Green+Blue) = 14+61+171=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E3DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3DAB is #F1C254. Grayscale: #3B3B3B. Windows color (decimal): -15843925 or 11222286. OLE color: 11222286.
HSL color Cylindrical-coordinate representation of color #0E3DAB: hue angle of 222.04º 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 #0E3DAB is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 61 | 171 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.33 |
| HSL | 222.04º | 0.85% | 0.36% | - |
| HSV(B) | 222.04º | 0.92% | 0.67% | - |
| XYZ | 9.2 | 6.37 | 39.27 | - |
| YUV | 59.49 | 190.93 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 61 | 171 | 0.92 | 0.64 | 0 | 0.33 | 222.04 | 0.85 | 0.36 |
| Hex | E | 3D | AB | 5C | 40 | 0 | 21 | DE | 55 | 24 |
| Octal | 16 | 75 | 253 | 134 | 100 | 0 | 41 | 336 | 125 | 44 |
| Binary | 1110 | 111101 | 10101011 | 1011100 | 1000000 | 0 | 100001 | 11011110 | 1010101 | 100100 |
Color Harmonies of #0E3DAB
Complementary color
Monochromatic Colors of #0E3DAB
Black with #0E3DAB
Text Example
Text Example
White with #0E3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3DAB; }
p { color: rgb(14,61,171); }
H1.HeaderClassName
{
color: #0E3DAB;
}
.AnyTagClassName
{
color: #0E3DAB;
}
</style>
background-color css
<style>
a { background-color: #0E3DAB; }
a { background-color: rgb(14,61,171); }
div.DivClassName
{
background-color: #0E3DAB;
}
.BgClassName
{
background-color: #0E3DAB;
}
</style>
border-color css
<style>
span { border-color: #0E3DAB; }
span { border-color: rgb(14,61,171); }
td.TdClassName
{
border-color: #0E3DAB;
}
.TagClassName
{
border-color: #0E3DAB;
}
</style>