Shades of Egyptian Blue #093DAC
Tints of Egyptian Blue #093DAC
RGB
CMYK
RGB Variations
Color information
#093DAC (or 0x093DAC) is known color: Egyptian Blue. HEX triplet: 09, 3D and AC. RGB value is (9,61,172). Sum of RGB (Red+Green+Blue) = 9+61+172=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #093DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093DAC is #F6C253. Grayscale: #393939. Windows color (decimal): -16171604 or 11287817. OLE color: 11287817.
HSL color Cylindrical-coordinate representation of color #093DAC: hue angle of 220.86º 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 #093DAC is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 61 | 172 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.33 |
| HSL | 220.86º | 0.9% | 0.35% | - |
| HSV(B) | 220.86º | 0.95% | 0.67% | - |
| XYZ | 9.23 | 6.37 | 39.77 | - |
| YUV | 58.11 | 192.27 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 172 | 0.95 | 0.65 | 0 | 0.33 | 220.86 | 0.9 | 0.35 |
| Hex | 9 | 3D | AC | 5F | 41 | 0 | 21 | DD | 5A | 23 |
| Octal | 11 | 75 | 254 | 137 | 101 | 0 | 41 | 335 | 132 | 43 |
| Binary | 1001 | 111101 | 10101100 | 1011111 | 1000001 | 0 | 100001 | 11011101 | 1011010 | 100011 |
Color Harmonies of #093DAC
Complementary color
Monochromatic Colors of #093DAC
Black with #093DAC
Text Example
Text Example
White with #093DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093DAC; }
p { color: rgb(9,61,172); }
H1.HeaderClassName
{
color: #093DAC;
}
.AnyTagClassName
{
color: #093DAC;
}
</style>
background-color css
<style>
a { background-color: #093DAC; }
a { background-color: rgb(9,61,172); }
div.DivClassName
{
background-color: #093DAC;
}
.BgClassName
{
background-color: #093DAC;
}
</style>
border-color css
<style>
span { border-color: #093DAC; }
span { border-color: rgb(9,61,172); }
td.TdClassName
{
border-color: #093DAC;
}
.TagClassName
{
border-color: #093DAC;
}
</style>