Shades of Egyptian Blue #0934B4
Tints of Egyptian Blue #0934B4
RGB
CMYK
RGB Variations
Color information
#0934B4 (or 0x0934B4) is known color: Egyptian Blue. HEX triplet: 09, 34 and B4. RGB value is (9,52,180). Sum of RGB (Red+Green+Blue) = 9+52+180=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #0934B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934B4 is #F6CB4B. Grayscale: #353535. Windows color (decimal): -16173900 or 11809801. OLE color: 11809801.
HSL color Cylindrical-coordinate representation of color #0934B4: hue angle of 224.91º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0934B4 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 52 | 180 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.29 |
| HSL | 224.91º | 0.9% | 0.37% | - |
| HSV(B) | 224.91º | 0.95% | 0.71% | - |
| XYZ | 9.58 | 5.81 | 43.8 | - |
| YUV | 53.74 | 199.25 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 180 | 0.95 | 0.71 | 0 | 0.29 | 224.91 | 0.9 | 0.37 |
| Hex | 9 | 34 | B4 | 5F | 47 | 0 | 1D | E1 | 5A | 25 |
| Octal | 11 | 64 | 264 | 137 | 107 | 0 | 35 | 341 | 132 | 45 |
| Binary | 1001 | 110100 | 10110100 | 1011111 | 1000111 | 0 | 11101 | 11100001 | 1011010 | 100101 |
Color Harmonies of #0934B4
Complementary color
Monochromatic Colors of #0934B4
Black with #0934B4
Text Example
Text Example
White with #0934B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934B4; }
p { color: rgb(9,52,180); }
H1.HeaderClassName
{
color: #0934B4;
}
.AnyTagClassName
{
color: #0934B4;
}
</style>
background-color css
<style>
a { background-color: #0934B4; }
a { background-color: rgb(9,52,180); }
div.DivClassName
{
background-color: #0934B4;
}
.BgClassName
{
background-color: #0934B4;
}
</style>
border-color css
<style>
span { border-color: #0934B4; }
span { border-color: rgb(9,52,180); }
td.TdClassName
{
border-color: #0934B4;
}
.TagClassName
{
border-color: #0934B4;
}
</style>