Shades of Egyptian Blue #0933A3
Tints of Egyptian Blue #0933A3
RGB
CMYK
RGB Variations
Color information
#0933A3 (or 0x0933A3) is known color: Egyptian Blue. HEX triplet: 09, 33 and A3. RGB value is (9,51,163). Sum of RGB (Red+Green+Blue) = 9+51+163=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 163 (64.06% from 255 or 73.09% from 223); Max value from RGB is 163 - color contains mainly: blue. Hex color #0933A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0933A3 is #F6CC5C. Grayscale: #323232. Windows color (decimal): -16174173 or 10695433. OLE color: 10695433.
HSL color Cylindrical-coordinate representation of color #0933A3: hue angle of 223.64º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0933A3 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 51 | 163 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.36 |
| HSL | 223.64º | 0.9% | 0.34% | - |
| HSV(B) | 223.64º | 0.94% | 0.64% | - |
| XYZ | 7.91 | 5.07 | 35.21 | - |
| YUV | 51.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 163 | 0.94 | 0.69 | 0 | 0.36 | 223.64 | 0.9 | 0.34 |
| Hex | 9 | 33 | A3 | 5E | 45 | 0 | 24 | E0 | 5A | 22 |
| Octal | 11 | 63 | 243 | 136 | 105 | 0 | 44 | 340 | 132 | 42 |
| Binary | 1001 | 110011 | 10100011 | 1011110 | 1000101 | 0 | 100100 | 11100000 | 1011010 | 100010 |
Color Harmonies of #0933A3
Complementary color
Monochromatic Colors of #0933A3
Black with #0933A3
Text Example
Text Example
White with #0933A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0933A3; }
p { color: rgb(9,51,163); }
H1.HeaderClassName
{
color: #0933A3;
}
.AnyTagClassName
{
color: #0933A3;
}
</style>
background-color css
<style>
a { background-color: #0933A3; }
a { background-color: rgb(9,51,163); }
div.DivClassName
{
background-color: #0933A3;
}
.BgClassName
{
background-color: #0933A3;
}
</style>
border-color css
<style>
span { border-color: #0933A3; }
span { border-color: rgb(9,51,163); }
td.TdClassName
{
border-color: #0933A3;
}
.TagClassName
{
border-color: #0933A3;
}
</style>