Shades of Egyptian Blue #093DA7
Tints of Egyptian Blue #093DA7
RGB
CMYK
RGB Variations
Color information
#093DA7 (or 0x093DA7) is known color: Egyptian Blue. HEX triplet: 09, 3D and A7. RGB value is (9,61,167). Sum of RGB (Red+Green+Blue) = 9+61+167=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 167 (65.62% from 255 or 70.46% from 237); Max value from RGB is 167 - color contains mainly: blue. Hex color #093DA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093DA7 is #F6C258. Grayscale: #393939. Windows color (decimal): -16171609 or 10960137. OLE color: 10960137.
HSL color Cylindrical-coordinate representation of color #093DA7: hue angle of 220.25º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093DA7 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 61 | 167 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.35 |
| HSL | 220.25º | 0.9% | 0.35% | - |
| HSV(B) | 220.25º | 0.95% | 0.65% | - |
| XYZ | 8.76 | 6.19 | 37.29 | - |
| YUV | 57.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 167 | 0.95 | 0.63 | 0 | 0.35 | 220.25 | 0.9 | 0.35 |
| Hex | 9 | 3D | A7 | 5F | 3F | 0 | 23 | DC | 5A | 23 |
| Octal | 11 | 75 | 247 | 137 | 77 | 0 | 43 | 334 | 132 | 43 |
| Binary | 1001 | 111101 | 10100111 | 1011111 | 111111 | 0 | 100011 | 11011100 | 1011010 | 100011 |
Color Harmonies of #093DA7
Complementary color
Monochromatic Colors of #093DA7
Black with #093DA7
Text Example
Text Example
White with #093DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093DA7; }
p { color: rgb(9,61,167); }
H1.HeaderClassName
{
color: #093DA7;
}
.AnyTagClassName
{
color: #093DA7;
}
</style>
background-color css
<style>
a { background-color: #093DA7; }
a { background-color: rgb(9,61,167); }
div.DivClassName
{
background-color: #093DA7;
}
.BgClassName
{
background-color: #093DA7;
}
</style>
border-color css
<style>
span { border-color: #093DA7; }
span { border-color: rgb(9,61,167); }
td.TdClassName
{
border-color: #093DA7;
}
.TagClassName
{
border-color: #093DA7;
}
</style>