Shades of Egyptian Blue #0931AB
Tints of Egyptian Blue #0931AB
RGB
CMYK
RGB Variations
Color information
#0931AB (or 0x0931AB) is known color: Egyptian Blue. HEX triplet: 09, 31 and AB. RGB value is (9,49,171). Sum of RGB (Red+Green+Blue) = 9+49+171=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #0931AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0931AB is #F6CE54. Grayscale: #323232. Windows color (decimal): -16174677 or 11219209. OLE color: 11219209.
HSL color Cylindrical-coordinate representation of color #0931AB: hue angle of 225.19º 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 #0931AB is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 49 | 171 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.33 |
| HSL | 225.19º | 0.9% | 0.35% | - |
| HSV(B) | 225.19º | 0.95% | 0.67% | - |
| XYZ | 8.56 | 5.19 | 39.08 | - |
| YUV | 50.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 171 | 0.95 | 0.71 | 0 | 0.33 | 225.19 | 0.9 | 0.35 |
| Hex | 9 | 31 | AB | 5F | 47 | 0 | 21 | E1 | 5A | 23 |
| Octal | 11 | 61 | 253 | 137 | 107 | 0 | 41 | 341 | 132 | 43 |
| Binary | 1001 | 110001 | 10101011 | 1011111 | 1000111 | 0 | 100001 | 11100001 | 1011010 | 100011 |
Color Harmonies of #0931AB
Complementary color
Monochromatic Colors of #0931AB
Black with #0931AB
Text Example
Text Example
White with #0931AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931AB; }
p { color: rgb(9,49,171); }
H1.HeaderClassName
{
color: #0931AB;
}
.AnyTagClassName
{
color: #0931AB;
}
</style>
background-color css
<style>
a { background-color: #0931AB; }
a { background-color: rgb(9,49,171); }
div.DivClassName
{
background-color: #0931AB;
}
.BgClassName
{
background-color: #0931AB;
}
</style>
border-color css
<style>
span { border-color: #0931AB; }
span { border-color: rgb(9,49,171); }
td.TdClassName
{
border-color: #0931AB;
}
.TagClassName
{
border-color: #0931AB;
}
</style>