Shades of Egyptian Blue #0E2BAD
Tints of Egyptian Blue #0E2BAD
RGB
CMYK
RGB Variations
Color information
#0E2BAD (or 0x0E2BAD) is known color: Egyptian Blue. HEX triplet: 0E, 2B and AD. RGB value is (14,43,173). Sum of RGB (Red+Green+Blue) = 14+43+173=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 173 (67.97% from 255 or 75.22% from 230); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E2BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2BAD is #F1D452. Grayscale: #303030. Windows color (decimal): -15848531 or 11348750. OLE color: 11348750.
HSL color Cylindrical-coordinate representation of color #0E2BAD: hue angle of 229.06º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2BAD is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 43 | 173 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.32 |
| HSL | 229.06º | 0.85% | 0.37% | - |
| HSV(B) | 229.06º | 0.92% | 0.68% | - |
| XYZ | 8.59 | 4.84 | 40.02 | - |
| YUV | 49.15 | 197.89 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 43 | 173 | 0.92 | 0.75 | 0 | 0.32 | 229.06 | 0.85 | 0.37 |
| Hex | E | 2B | AD | 5C | 4B | 0 | 20 | E5 | 55 | 25 |
| Octal | 16 | 53 | 255 | 134 | 113 | 0 | 40 | 345 | 125 | 45 |
| Binary | 1110 | 101011 | 10101101 | 1011100 | 1001011 | 0 | 100000 | 11100101 | 1010101 | 100101 |
Color Harmonies of #0E2BAD
Complementary color
Monochromatic Colors of #0E2BAD
Black with #0E2BAD
Text Example
Text Example
White with #0E2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2BAD; }
p { color: rgb(14,43,173); }
H1.HeaderClassName
{
color: #0E2BAD;
}
.AnyTagClassName
{
color: #0E2BAD;
}
</style>
background-color css
<style>
a { background-color: #0E2BAD; }
a { background-color: rgb(14,43,173); }
div.DivClassName
{
background-color: #0E2BAD;
}
.BgClassName
{
background-color: #0E2BAD;
}
</style>
border-color css
<style>
span { border-color: #0E2BAD; }
span { border-color: rgb(14,43,173); }
td.TdClassName
{
border-color: #0E2BAD;
}
.TagClassName
{
border-color: #0E2BAD;
}
</style>