Shades of Egyptian Blue #0934B9
Tints of Egyptian Blue #0934B9
RGB
CMYK
RGB Variations
Color information
#0934B9 (or 0x0934B9) is known color: Egyptian Blue. HEX triplet: 09, 34 and B9. RGB value is (9,52,185). Sum of RGB (Red+Green+Blue) = 9+52+185=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 185 (72.66% from 255 or 75.20% from 246); Max value from RGB is 185 - color contains mainly: blue. Hex color #0934B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934B9 is #F6CB46. Grayscale: #353535. Windows color (decimal): -16173895 or 12137481. OLE color: 12137481.
HSL color Cylindrical-coordinate representation of color #0934B9: hue angle of 225.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0934B9 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 52 | 185 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.27 |
| HSL | 225.34º | 0.91% | 0.38% | - |
| HSV(B) | 225.34º | 0.95% | 0.73% | - |
| XYZ | 10.1 | 6.02 | 46.53 | - |
| YUV | 54.31 | 201.75 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 185 | 0.95 | 0.72 | 0 | 0.27 | 225.34 | 0.91 | 0.38 |
| Hex | 9 | 34 | B9 | 5F | 48 | 0 | 1B | E1 | 5B | 26 |
| Octal | 11 | 64 | 271 | 137 | 110 | 0 | 33 | 341 | 133 | 46 |
| Binary | 1001 | 110100 | 10111001 | 1011111 | 1001000 | 0 | 11011 | 11100001 | 1011011 | 100110 |
Color Harmonies of #0934B9
Complementary color
Monochromatic Colors of #0934B9
Black with #0934B9
Text Example
Text Example
White with #0934B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934B9; }
p { color: rgb(9,52,185); }
H1.HeaderClassName
{
color: #0934B9;
}
.AnyTagClassName
{
color: #0934B9;
}
</style>
background-color css
<style>
a { background-color: #0934B9; }
a { background-color: rgb(9,52,185); }
div.DivClassName
{
background-color: #0934B9;
}
.BgClassName
{
background-color: #0934B9;
}
</style>
border-color css
<style>
span { border-color: #0934B9; }
span { border-color: rgb(9,52,185); }
td.TdClassName
{
border-color: #0934B9;
}
.TagClassName
{
border-color: #0934B9;
}
</style>