Shades of Egyptian Blue #093CA3
Tints of Egyptian Blue #093CA3
RGB
CMYK
RGB Variations
Color information
#093CA3 (or 0x093CA3) is known color: Egyptian Blue. HEX triplet: 09, 3C and A3. RGB value is (9,60,163). Sum of RGB (Red+Green+Blue) = 9+60+163=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #093CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093CA3 is #F6C35C. Grayscale: #383838. Windows color (decimal): -16171869 or 10697737. OLE color: 10697737.
HSL color Cylindrical-coordinate representation of color #093CA3: hue angle of 220.13º degrees, saturation: 0.9, 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 #093CA3 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 60 | 163 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.36 |
| HSL | 220.13º | 0.9% | 0.34% | - |
| HSV(B) | 220.13º | 0.94% | 0.64% | - |
| XYZ | 8.34 | 5.93 | 35.36 | - |
| YUV | 56.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 163 | 0.94 | 0.63 | 0 | 0.36 | 220.13 | 0.9 | 0.34 |
| Hex | 9 | 3C | A3 | 5E | 3F | 0 | 24 | DC | 5A | 22 |
| Octal | 11 | 74 | 243 | 136 | 77 | 0 | 44 | 334 | 132 | 42 |
| Binary | 1001 | 111100 | 10100011 | 1011110 | 111111 | 0 | 100100 | 11011100 | 1011010 | 100010 |
Color Harmonies of #093CA3
Complementary color
Monochromatic Colors of #093CA3
Black with #093CA3
Text Example
Text Example
White with #093CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093CA3; }
p { color: rgb(9,60,163); }
H1.HeaderClassName
{
color: #093CA3;
}
.AnyTagClassName
{
color: #093CA3;
}
</style>
background-color css
<style>
a { background-color: #093CA3; }
a { background-color: rgb(9,60,163); }
div.DivClassName
{
background-color: #093CA3;
}
.BgClassName
{
background-color: #093CA3;
}
</style>
border-color css
<style>
span { border-color: #093CA3; }
span { border-color: rgb(9,60,163); }
td.TdClassName
{
border-color: #093CA3;
}
.TagClassName
{
border-color: #093CA3;
}
</style>