Shades of Egyptian Blue #0934B0
Tints of Egyptian Blue #0934B0
RGB
CMYK
RGB Variations
Color information
#0934B0 (or 0x0934B0) is known color: Egyptian Blue. HEX triplet: 09, 34 and B0. RGB value is (9,52,176). Sum of RGB (Red+Green+Blue) = 9+52+176=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 176 (69.14% from 255 or 74.26% from 237); Max value from RGB is 176 - color contains mainly: blue. Hex color #0934B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0934B0 is #F6CB4F. Grayscale: #343434. Windows color (decimal): -16173904 or 11547657. OLE color: 11547657.
HSL color Cylindrical-coordinate representation of color #0934B0: hue angle of 224.55º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0934B0 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 52 | 176 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.31 |
| HSL | 224.55º | 0.9% | 0.36% | - |
| HSV(B) | 224.55º | 0.95% | 0.69% | - |
| XYZ | 9.18 | 5.65 | 41.68 | - |
| YUV | 53.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 176 | 0.95 | 0.70 | 0 | 0.31 | 224.55 | 0.9 | 0.36 |
| Hex | 9 | 34 | B0 | 5F | 46 | 0 | 1F | E1 | 5A | 24 |
| Octal | 11 | 64 | 260 | 137 | 106 | 0 | 37 | 341 | 132 | 44 |
| Binary | 1001 | 110100 | 10110000 | 1011111 | 1000110 | 0 | 11111 | 11100001 | 1011010 | 100100 |
Color Harmonies of #0934B0
Complementary color
Monochromatic Colors of #0934B0
Black with #0934B0
Text Example
Text Example
White with #0934B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934B0; }
p { color: rgb(9,52,176); }
H1.HeaderClassName
{
color: #0934B0;
}
.AnyTagClassName
{
color: #0934B0;
}
</style>
background-color css
<style>
a { background-color: #0934B0; }
a { background-color: rgb(9,52,176); }
div.DivClassName
{
background-color: #0934B0;
}
.BgClassName
{
background-color: #0934B0;
}
</style>
border-color css
<style>
span { border-color: #0934B0; }
span { border-color: rgb(9,52,176); }
td.TdClassName
{
border-color: #0934B0;
}
.TagClassName
{
border-color: #0934B0;
}
</style>