Shades of Egyptian Blue #0934B1
Tints of Egyptian Blue #0934B1
RGB
CMYK
RGB Variations
Color information
#0934B1 (or 0x0934B1) is known color: Egyptian Blue. HEX triplet: 09, 34 and B1. RGB value is (9,52,177). Sum of RGB (Red+Green+Blue) = 9+52+177=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #0934B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0934B1 is #F6CB4E. Grayscale: #343434. Windows color (decimal): -16173903 or 11613193. OLE color: 11613193.
HSL color Cylindrical-coordinate representation of color #0934B1: hue angle of 224.64º 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 #0934B1 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 52 | 177 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.31 |
| HSL | 224.64º | 0.9% | 0.36% | - |
| HSV(B) | 224.64º | 0.95% | 0.69% | - |
| XYZ | 9.28 | 5.69 | 42.2 | - |
| YUV | 53.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 177 | 0.95 | 0.71 | 0 | 0.31 | 224.64 | 0.9 | 0.36 |
| Hex | 9 | 34 | B1 | 5F | 47 | 0 | 1F | E1 | 5A | 24 |
| Octal | 11 | 64 | 261 | 137 | 107 | 0 | 37 | 341 | 132 | 44 |
| Binary | 1001 | 110100 | 10110001 | 1011111 | 1000111 | 0 | 11111 | 11100001 | 1011010 | 100100 |
Color Harmonies of #0934B1
Complementary color
Monochromatic Colors of #0934B1
Black with #0934B1
Text Example
Text Example
White with #0934B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934B1; }
p { color: rgb(9,52,177); }
H1.HeaderClassName
{
color: #0934B1;
}
.AnyTagClassName
{
color: #0934B1;
}
</style>
background-color css
<style>
a { background-color: #0934B1; }
a { background-color: rgb(9,52,177); }
div.DivClassName
{
background-color: #0934B1;
}
.BgClassName
{
background-color: #0934B1;
}
</style>
border-color css
<style>
span { border-color: #0934B1; }
span { border-color: rgb(9,52,177); }
td.TdClassName
{
border-color: #0934B1;
}
.TagClassName
{
border-color: #0934B1;
}
</style>