Shades of Egyptian Blue #093AAC
Tints of Egyptian Blue #093AAC
RGB
CMYK
RGB Variations
Color information
#093AAC (or 0x093AAC) is known color: Egyptian Blue. HEX triplet: 09, 3A and AC. RGB value is (9,58,172). Sum of RGB (Red+Green+Blue) = 9+58+172=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #093AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093AAC is #F6C553. Grayscale: #373737. Windows color (decimal): -16172372 or 11287049. OLE color: 11287049.
HSL color Cylindrical-coordinate representation of color #093AAC: hue angle of 221.96º 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 #093AAC is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 58 | 172 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.33 |
| HSL | 221.96º | 0.9% | 0.35% | - |
| HSV(B) | 221.96º | 0.95% | 0.67% | - |
| XYZ | 9.07 | 6.06 | 39.72 | - |
| YUV | 56.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 172 | 0.95 | 0.66 | 0 | 0.33 | 221.96 | 0.9 | 0.35 |
| Hex | 9 | 3A | AC | 5F | 42 | 0 | 21 | DE | 5A | 23 |
| Octal | 11 | 72 | 254 | 137 | 102 | 0 | 41 | 336 | 132 | 43 |
| Binary | 1001 | 111010 | 10101100 | 1011111 | 1000010 | 0 | 100001 | 11011110 | 1011010 | 100011 |
Color Harmonies of #093AAC
Complementary color
Monochromatic Colors of #093AAC
Black with #093AAC
Text Example
Text Example
White with #093AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093AAC; }
p { color: rgb(9,58,172); }
H1.HeaderClassName
{
color: #093AAC;
}
.AnyTagClassName
{
color: #093AAC;
}
</style>
background-color css
<style>
a { background-color: #093AAC; }
a { background-color: rgb(9,58,172); }
div.DivClassName
{
background-color: #093AAC;
}
.BgClassName
{
background-color: #093AAC;
}
</style>
border-color css
<style>
span { border-color: #093AAC; }
span { border-color: rgb(9,58,172); }
td.TdClassName
{
border-color: #093AAC;
}
.TagClassName
{
border-color: #093AAC;
}
</style>