Shades of Egyptian Blue #093EA2
Tints of Egyptian Blue #093EA2
RGB
CMYK
RGB Variations
Color information
#093EA2 (or 0x093EA2) is known color: Egyptian Blue. HEX triplet: 09, 3E and A2. RGB value is (9,62,162). Sum of RGB (Red+Green+Blue) = 9+62+162=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #093EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093EA2 is #F6C15D. Grayscale: #393939. Windows color (decimal): -16171358 or 10632713. OLE color: 10632713.
HSL color Cylindrical-coordinate representation of color #093EA2: hue angle of 219.22º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093EA2 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 62 | 162 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.36 |
| HSL | 219.22º | 0.89% | 0.34% | - |
| HSV(B) | 219.22º | 0.94% | 0.64% | - |
| XYZ | 8.36 | 6.11 | 34.92 | - |
| YUV | 57.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 162 | 0.94 | 0.62 | 0 | 0.36 | 219.22 | 0.89 | 0.34 |
| Hex | 9 | 3E | A2 | 5E | 3E | 0 | 24 | DB | 59 | 22 |
| Octal | 11 | 76 | 242 | 136 | 76 | 0 | 44 | 333 | 131 | 42 |
| Binary | 1001 | 111110 | 10100010 | 1011110 | 111110 | 0 | 100100 | 11011011 | 1011001 | 100010 |
Color Harmonies of #093EA2
Complementary color
Monochromatic Colors of #093EA2
Black with #093EA2
Text Example
Text Example
White with #093EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093EA2; }
p { color: rgb(9,62,162); }
H1.HeaderClassName
{
color: #093EA2;
}
.AnyTagClassName
{
color: #093EA2;
}
</style>
background-color css
<style>
a { background-color: #093EA2; }
a { background-color: rgb(9,62,162); }
div.DivClassName
{
background-color: #093EA2;
}
.BgClassName
{
background-color: #093EA2;
}
</style>
border-color css
<style>
span { border-color: #093EA2; }
span { border-color: rgb(9,62,162); }
td.TdClassName
{
border-color: #093EA2;
}
.TagClassName
{
border-color: #093EA2;
}
</style>