Shades of Egyptian Blue #093CAA
Tints of Egyptian Blue #093CAA
RGB
CMYK
RGB Variations
Color information
#093CAA (or 0x093CAA) is known color: Egyptian Blue. HEX triplet: 09, 3C and AA. RGB value is (9,60,170). Sum of RGB (Red+Green+Blue) = 9+60+170=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #093CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093CAA is #F6C355. Grayscale: #383838. Windows color (decimal): -16171862 or 11156489. OLE color: 11156489.
HSL color Cylindrical-coordinate representation of color #093CAA: hue angle of 220.99º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093CAA is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 60 | 170 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.33 |
| HSL | 220.99º | 0.9% | 0.35% | - |
| HSV(B) | 220.99º | 0.95% | 0.67% | - |
| XYZ | 8.98 | 6.19 | 38.75 | - |
| YUV | 57.29 | 191.6 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 170 | 0.95 | 0.65 | 0 | 0.33 | 220.99 | 0.9 | 0.35 |
| Hex | 9 | 3C | AA | 5F | 41 | 0 | 21 | DD | 5A | 23 |
| Octal | 11 | 74 | 252 | 137 | 101 | 0 | 41 | 335 | 132 | 43 |
| Binary | 1001 | 111100 | 10101010 | 1011111 | 1000001 | 0 | 100001 | 11011101 | 1011010 | 100011 |
Color Harmonies of #093CAA
Complementary color
Monochromatic Colors of #093CAA
Black with #093CAA
Text Example
Text Example
White with #093CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CAA; }
p { color: rgb(9,60,170); }
H1.HeaderClassName
{
color: #093CAA;
}
.AnyTagClassName
{
color: #093CAA;
}
</style>
background-color css
<style>
a { background-color: #093CAA; }
a { background-color: rgb(9,60,170); }
div.DivClassName
{
background-color: #093CAA;
}
.BgClassName
{
background-color: #093CAA;
}
</style>
border-color css
<style>
span { border-color: #093CAA; }
span { border-color: rgb(9,60,170); }
td.TdClassName
{
border-color: #093CAA;
}
.TagClassName
{
border-color: #093CAA;
}
</style>