Shades of Egyptian Blue #0937AA
Tints of Egyptian Blue #0937AA
RGB
CMYK
RGB Variations
Color information
#0937AA (or 0x0937AA) is known color: Egyptian Blue. HEX triplet: 09, 37 and AA. RGB value is (9,55,170). Sum of RGB (Red+Green+Blue) = 9+55+170=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #0937AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0937AA is #F6C855. Grayscale: #353535. Windows color (decimal): -16173142 or 11155209. OLE color: 11155209.
HSL color Cylindrical-coordinate representation of color #0937AA: hue angle of 222.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 #0937AA is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 55 | 170 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.33 |
| HSL | 222.86º | 0.9% | 0.35% | - |
| HSV(B) | 222.86º | 0.95% | 0.67% | - |
| XYZ | 8.73 | 5.69 | 38.67 | - |
| YUV | 54.36 | 193.26 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 170 | 0.95 | 0.68 | 0 | 0.33 | 222.86 | 0.9 | 0.35 |
| Hex | 9 | 37 | AA | 5F | 44 | 0 | 21 | DF | 5A | 23 |
| Octal | 11 | 67 | 252 | 137 | 104 | 0 | 41 | 337 | 132 | 43 |
| Binary | 1001 | 110111 | 10101010 | 1011111 | 1000100 | 0 | 100001 | 11011111 | 1011010 | 100011 |
Color Harmonies of #0937AA
Complementary color
Monochromatic Colors of #0937AA
Black with #0937AA
Text Example
Text Example
White with #0937AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0937AA; }
p { color: rgb(9,55,170); }
H1.HeaderClassName
{
color: #0937AA;
}
.AnyTagClassName
{
color: #0937AA;
}
</style>
background-color css
<style>
a { background-color: #0937AA; }
a { background-color: rgb(9,55,170); }
div.DivClassName
{
background-color: #0937AA;
}
.BgClassName
{
background-color: #0937AA;
}
</style>
border-color css
<style>
span { border-color: #0937AA; }
span { border-color: rgb(9,55,170); }
td.TdClassName
{
border-color: #0937AA;
}
.TagClassName
{
border-color: #0937AA;
}
</style>