Shades of Egyptian Blue #0939AB
Tints of Egyptian Blue #0939AB
RGB
CMYK
RGB Variations
Color information
#0939AB (or 0x0939AB) is known color: Egyptian Blue. HEX triplet: 09, 39 and AB. RGB value is (9,57,171). Sum of RGB (Red+Green+Blue) = 9+57+171=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #0939AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0939AB is #F6C654. Grayscale: #373737. Windows color (decimal): -16172629 or 11221257. OLE color: 11221257.
HSL color Cylindrical-coordinate representation of color #0939AB: hue angle of 222.22º 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 #0939AB is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 57 | 171 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.33 |
| HSL | 222.22º | 0.9% | 0.35% | - |
| HSV(B) | 222.22º | 0.95% | 0.67% | - |
| XYZ | 8.93 | 5.92 | 39.2 | - |
| YUV | 55.64 | 193.1 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 171 | 0.95 | 0.67 | 0 | 0.33 | 222.22 | 0.9 | 0.35 |
| Hex | 9 | 39 | AB | 5F | 43 | 0 | 21 | DE | 5A | 23 |
| Octal | 11 | 71 | 253 | 137 | 103 | 0 | 41 | 336 | 132 | 43 |
| Binary | 1001 | 111001 | 10101011 | 1011111 | 1000011 | 0 | 100001 | 11011110 | 1011010 | 100011 |
Color Harmonies of #0939AB
Complementary color
Monochromatic Colors of #0939AB
Black with #0939AB
Text Example
Text Example
White with #0939AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0939AB; }
p { color: rgb(9,57,171); }
H1.HeaderClassName
{
color: #0939AB;
}
.AnyTagClassName
{
color: #0939AB;
}
</style>
background-color css
<style>
a { background-color: #0939AB; }
a { background-color: rgb(9,57,171); }
div.DivClassName
{
background-color: #0939AB;
}
.BgClassName
{
background-color: #0939AB;
}
</style>
border-color css
<style>
span { border-color: #0939AB; }
span { border-color: rgb(9,57,171); }
td.TdClassName
{
border-color: #0939AB;
}
.TagClassName
{
border-color: #0939AB;
}
</style>