Shades of Egyptian Blue #0934AB
Tints of Egyptian Blue #0934AB
RGB
CMYK
RGB Variations
Color information
#0934AB (or 0x0934AB) is known color: Egyptian Blue. HEX triplet: 09, 34 and AB. RGB value is (9,52,171). Sum of RGB (Red+Green+Blue) = 9+52+171=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #0934AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0934AB is #F6CB54. Grayscale: #343434. Windows color (decimal): -16173909 or 11219977. OLE color: 11219977.
HSL color Cylindrical-coordinate representation of color #0934AB: hue angle of 224.07º 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 #0934AB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 52 | 171 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.33 |
| HSL | 224.07º | 0.9% | 0.35% | - |
| HSV(B) | 224.07º | 0.95% | 0.67% | - |
| XYZ | 8.69 | 5.45 | 39.12 | - |
| YUV | 52.71 | 194.75 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 171 | 0.95 | 0.70 | 0 | 0.33 | 224.07 | 0.9 | 0.35 |
| Hex | 9 | 34 | AB | 5F | 46 | 0 | 21 | E0 | 5A | 23 |
| Octal | 11 | 64 | 253 | 137 | 106 | 0 | 41 | 340 | 132 | 43 |
| Binary | 1001 | 110100 | 10101011 | 1011111 | 1000110 | 0 | 100001 | 11100000 | 1011010 | 100011 |
Color Harmonies of #0934AB
Complementary color
Monochromatic Colors of #0934AB
Black with #0934AB
Text Example
Text Example
White with #0934AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934AB; }
p { color: rgb(9,52,171); }
H1.HeaderClassName
{
color: #0934AB;
}
.AnyTagClassName
{
color: #0934AB;
}
</style>
background-color css
<style>
a { background-color: #0934AB; }
a { background-color: rgb(9,52,171); }
div.DivClassName
{
background-color: #0934AB;
}
.BgClassName
{
background-color: #0934AB;
}
</style>
border-color css
<style>
span { border-color: #0934AB; }
span { border-color: rgb(9,52,171); }
td.TdClassName
{
border-color: #0934AB;
}
.TagClassName
{
border-color: #0934AB;
}
</style>