Shades of Egyptian Blue #0932AD
Tints of Egyptian Blue #0932AD
RGB
CMYK
RGB Variations
Color information
#0932AD (or 0x0932AD) is known color: Egyptian Blue. HEX triplet: 09, 32 and AD. RGB value is (9,50,173). Sum of RGB (Red+Green+Blue) = 9+50+173=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0932AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0932AD is #F6CD52. Grayscale: #333333. Windows color (decimal): -16174419 or 11350537. OLE color: 11350537.
HSL color Cylindrical-coordinate representation of color #0932AD: hue angle of 225º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0932AD is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 50 | 173 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.32 |
| HSL | 225º | 0.9% | 0.36% | - |
| HSV(B) | 225º | 0.95% | 0.68% | - |
| XYZ | 8.8 | 5.36 | 40.11 | - |
| YUV | 51.76 | 196.42 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 173 | 0.95 | 0.71 | 0 | 0.32 | 225 | 0.9 | 0.36 |
| Hex | 9 | 32 | AD | 5F | 47 | 0 | 20 | E1 | 5A | 24 |
| Octal | 11 | 62 | 255 | 137 | 107 | 0 | 40 | 341 | 132 | 44 |
| Binary | 1001 | 110010 | 10101101 | 1011111 | 1000111 | 0 | 100000 | 11100001 | 1011010 | 100100 |
Color Harmonies of #0932AD
Complementary color
Monochromatic Colors of #0932AD
Black with #0932AD
Text Example
Text Example
White with #0932AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0932AD; }
p { color: rgb(9,50,173); }
H1.HeaderClassName
{
color: #0932AD;
}
.AnyTagClassName
{
color: #0932AD;
}
</style>
background-color css
<style>
a { background-color: #0932AD; }
a { background-color: rgb(9,50,173); }
div.DivClassName
{
background-color: #0932AD;
}
.BgClassName
{
background-color: #0932AD;
}
</style>
border-color css
<style>
span { border-color: #0932AD; }
span { border-color: rgb(9,50,173); }
td.TdClassName
{
border-color: #0932AD;
}
.TagClassName
{
border-color: #0932AD;
}
</style>