Shades of Egyptian Blue #0E20AF
Tints of Egyptian Blue #0E20AF
RGB
CMYK
RGB Variations
Color information
#0E20AF (or 0x0E20AF) is known color: Egyptian Blue. HEX triplet: 0E, 20 and AF. RGB value is (14,32,175). Sum of RGB (Red+Green+Blue) = 14+32+175=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E20AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E20AF is #F1DF50. Grayscale: #2A2A2A. Windows color (decimal): -15851345 or 11477006. OLE color: 11477006.
HSL color Cylindrical-coordinate representation of color #0E20AF: hue angle of 233.29º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E20AF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 32 | 175 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.31 |
| HSL | 233.29º | 0.85% | 0.37% | - |
| HSV(B) | 233.29º | 0.92% | 0.69% | - |
| XYZ | 8.44 | 4.22 | 40.93 | - |
| YUV | 42.92 | 202.54 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 175 | 0.92 | 0.82 | 0 | 0.31 | 233.29 | 0.85 | 0.37 |
| Hex | E | 20 | AF | 5C | 52 | 0 | 1F | E9 | 55 | 25 |
| Octal | 16 | 40 | 257 | 134 | 122 | 0 | 37 | 351 | 125 | 45 |
| Binary | 1110 | 100000 | 10101111 | 1011100 | 1010010 | 0 | 11111 | 11101001 | 1010101 | 100101 |
Color Harmonies of #0E20AF
Complementary color
Monochromatic Colors of #0E20AF
Black with #0E20AF
Text Example
Text Example
White with #0E20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E20AF; }
p { color: rgb(14,32,175); }
H1.HeaderClassName
{
color: #0E20AF;
}
.AnyTagClassName
{
color: #0E20AF;
}
</style>
background-color css
<style>
a { background-color: #0E20AF; }
a { background-color: rgb(14,32,175); }
div.DivClassName
{
background-color: #0E20AF;
}
.BgClassName
{
background-color: #0E20AF;
}
</style>
border-color css
<style>
span { border-color: #0E20AF; }
span { border-color: rgb(14,32,175); }
td.TdClassName
{
border-color: #0E20AF;
}
.TagClassName
{
border-color: #0E20AF;
}
</style>