Shades of Egyptian Blue #0937AB
Tints of Egyptian Blue #0937AB
RGB
CMYK
RGB Variations
Color information
#0937AB (or 0x0937AB) is known color: Egyptian Blue. HEX triplet: 09, 37 and AB. RGB value is (9,55,171). Sum of RGB (Red+Green+Blue) = 9+55+171=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #0937AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0937AB is #F6C854. Grayscale: #353535. Windows color (decimal): -16173141 or 11220745. OLE color: 11220745.
HSL color Cylindrical-coordinate representation of color #0937AB: hue angle of 222.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 #0937AB is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 55 | 171 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.33 |
| HSL | 222.96º | 0.9% | 0.35% | - |
| HSV(B) | 222.96º | 0.95% | 0.67% | - |
| XYZ | 8.83 | 5.73 | 39.17 | - |
| YUV | 54.47 | 193.76 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 171 | 0.95 | 0.68 | 0 | 0.33 | 222.96 | 0.9 | 0.35 |
| Hex | 9 | 37 | AB | 5F | 44 | 0 | 21 | DF | 5A | 23 |
| Octal | 11 | 67 | 253 | 137 | 104 | 0 | 41 | 337 | 132 | 43 |
| Binary | 1001 | 110111 | 10101011 | 1011111 | 1000100 | 0 | 100001 | 11011111 | 1011010 | 100011 |
Color Harmonies of #0937AB
Complementary color
Monochromatic Colors of #0937AB
Black with #0937AB
Text Example
Text Example
White with #0937AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0937AB; }
p { color: rgb(9,55,171); }
H1.HeaderClassName
{
color: #0937AB;
}
.AnyTagClassName
{
color: #0937AB;
}
</style>
background-color css
<style>
a { background-color: #0937AB; }
a { background-color: rgb(9,55,171); }
div.DivClassName
{
background-color: #0937AB;
}
.BgClassName
{
background-color: #0937AB;
}
</style>
border-color css
<style>
span { border-color: #0937AB; }
span { border-color: rgb(9,55,171); }
td.TdClassName
{
border-color: #0937AB;
}
.TagClassName
{
border-color: #0937AB;
}
</style>