Shades of Egyptian Blue #0934A4
Tints of Egyptian Blue #0934A4
RGB
CMYK
RGB Variations
Color information
#0934A4 (or 0x0934A4) is known color: Egyptian Blue. HEX triplet: 09, 34 and A4. RGB value is (9,52,164). Sum of RGB (Red+Green+Blue) = 9+52+164=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #0934A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0934A4 is #F6CB5B. Grayscale: #333333. Windows color (decimal): -16173916 or 10761225. OLE color: 10761225.
HSL color Cylindrical-coordinate representation of color #0934A4: hue angle of 223.35º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0934A4 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 52 | 164 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.36 |
| HSL | 223.35º | 0.9% | 0.34% | - |
| HSV(B) | 223.35º | 0.95% | 0.64% | - |
| XYZ | 8.04 | 5.19 | 35.7 | - |
| YUV | 51.91 | 191.25 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 164 | 0.95 | 0.68 | 0 | 0.36 | 223.35 | 0.9 | 0.34 |
| Hex | 9 | 34 | A4 | 5F | 44 | 0 | 24 | DF | 5A | 22 |
| Octal | 11 | 64 | 244 | 137 | 104 | 0 | 44 | 337 | 132 | 42 |
| Binary | 1001 | 110100 | 10100100 | 1011111 | 1000100 | 0 | 100100 | 11011111 | 1011010 | 100010 |
Color Harmonies of #0934A4
Complementary color
Monochromatic Colors of #0934A4
Black with #0934A4
Text Example
Text Example
White with #0934A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934A4; }
p { color: rgb(9,52,164); }
H1.HeaderClassName
{
color: #0934A4;
}
.AnyTagClassName
{
color: #0934A4;
}
</style>
background-color css
<style>
a { background-color: #0934A4; }
a { background-color: rgb(9,52,164); }
div.DivClassName
{
background-color: #0934A4;
}
.BgClassName
{
background-color: #0934A4;
}
</style>
border-color css
<style>
span { border-color: #0934A4; }
span { border-color: rgb(9,52,164); }
td.TdClassName
{
border-color: #0934A4;
}
.TagClassName
{
border-color: #0934A4;
}
</style>