Shades of Egyptian Blue #0935AA
Tints of Egyptian Blue #0935AA
RGB
CMYK
RGB Variations
Color information
#0935AA (or 0x0935AA) is known color: Egyptian Blue. HEX triplet: 09, 35 and AA. RGB value is (9,53,170). Sum of RGB (Red+Green+Blue) = 9+53+170=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #0935AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0935AA is #F6CA55. Grayscale: #343434. Windows color (decimal): -16173654 or 11154697. OLE color: 11154697.
HSL color Cylindrical-coordinate representation of color #0935AA: hue angle of 223.6º 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 #0935AA is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 53 | 170 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.33 |
| HSL | 223.6º | 0.9% | 0.35% | - |
| HSV(B) | 223.6º | 0.95% | 0.67% | - |
| XYZ | 8.64 | 5.51 | 38.64 | - |
| YUV | 53.18 | 193.92 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 170 | 0.95 | 0.69 | 0 | 0.33 | 223.6 | 0.9 | 0.35 |
| Hex | 9 | 35 | AA | 5F | 45 | 0 | 21 | E0 | 5A | 23 |
| Octal | 11 | 65 | 252 | 137 | 105 | 0 | 41 | 340 | 132 | 43 |
| Binary | 1001 | 110101 | 10101010 | 1011111 | 1000101 | 0 | 100001 | 11100000 | 1011010 | 100011 |
Color Harmonies of #0935AA
Complementary color
Monochromatic Colors of #0935AA
Black with #0935AA
Text Example
Text Example
White with #0935AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0935AA; }
p { color: rgb(9,53,170); }
H1.HeaderClassName
{
color: #0935AA;
}
.AnyTagClassName
{
color: #0935AA;
}
</style>
background-color css
<style>
a { background-color: #0935AA; }
a { background-color: rgb(9,53,170); }
div.DivClassName
{
background-color: #0935AA;
}
.BgClassName
{
background-color: #0935AA;
}
</style>
border-color css
<style>
span { border-color: #0935AA; }
span { border-color: rgb(9,53,170); }
td.TdClassName
{
border-color: #0935AA;
}
.TagClassName
{
border-color: #0935AA;
}
</style>