Shades of Egyptian Blue #0934AD
Tints of Egyptian Blue #0934AD
RGB
CMYK
RGB Variations
Color information
#0934AD (or 0x0934AD) is known color: Egyptian Blue. HEX triplet: 09, 34 and AD. RGB value is (9,52,173). Sum of RGB (Red+Green+Blue) = 9+52+173=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #0934AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0934AD is #F6CB52. Grayscale: #343434. Windows color (decimal): -16173907 or 11351049. OLE color: 11351049.
HSL color Cylindrical-coordinate representation of color #0934AD: hue angle of 224.27º 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 #0934AD is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 52 | 173 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.32 |
| HSL | 224.27º | 0.9% | 0.36% | - |
| HSV(B) | 224.27º | 0.95% | 0.68% | - |
| XYZ | 8.88 | 5.53 | 40.13 | - |
| YUV | 52.94 | 195.75 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 173 | 0.95 | 0.70 | 0 | 0.32 | 224.27 | 0.9 | 0.36 |
| Hex | 9 | 34 | AD | 5F | 46 | 0 | 20 | E0 | 5A | 24 |
| Octal | 11 | 64 | 255 | 137 | 106 | 0 | 40 | 340 | 132 | 44 |
| Binary | 1001 | 110100 | 10101101 | 1011111 | 1000110 | 0 | 100000 | 11100000 | 1011010 | 100100 |
Color Harmonies of #0934AD
Complementary color
Monochromatic Colors of #0934AD
Black with #0934AD
Text Example
Text Example
White with #0934AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934AD; }
p { color: rgb(9,52,173); }
H1.HeaderClassName
{
color: #0934AD;
}
.AnyTagClassName
{
color: #0934AD;
}
</style>
background-color css
<style>
a { background-color: #0934AD; }
a { background-color: rgb(9,52,173); }
div.DivClassName
{
background-color: #0934AD;
}
.BgClassName
{
background-color: #0934AD;
}
</style>
border-color css
<style>
span { border-color: #0934AD; }
span { border-color: rgb(9,52,173); }
td.TdClassName
{
border-color: #0934AD;
}
.TagClassName
{
border-color: #0934AD;
}
</style>