Shades of Egyptian Blue #092D9E
Tints of Egyptian Blue #092D9E
RGB
CMYK
RGB Variations
Color information
#092D9E (or 0x092D9E) is known color: Egyptian Blue. HEX triplet: 09, 2D and 9E. RGB value is (9,45,158). Sum of RGB (Red+Green+Blue) = 9+45+158=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #092D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D9E is #F6D261. Grayscale: #2E2E2E. Windows color (decimal): -16175714 or 10366217. OLE color: 10366217.
HSL color Cylindrical-coordinate representation of color #092D9E: hue angle of 225.5º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092D9E is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 45 | 158 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.38 |
| HSL | 225.5º | 0.89% | 0.33% | - |
| HSV(B) | 225.5º | 0.94% | 0.62% | - |
| XYZ | 7.22 | 4.4 | 32.82 | - |
| YUV | 47.12 | 190.57 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 158 | 0.94 | 0.72 | 0 | 0.38 | 225.5 | 0.89 | 0.33 |
| Hex | 9 | 2D | 9E | 5E | 48 | 0 | 26 | E2 | 59 | 21 |
| Octal | 11 | 55 | 236 | 136 | 110 | 0 | 46 | 342 | 131 | 41 |
| Binary | 1001 | 101101 | 10011110 | 1011110 | 1001000 | 0 | 100110 | 11100010 | 1011001 | 100001 |
Color Harmonies of #092D9E
Complementary color
Monochromatic Colors of #092D9E
Black with #092D9E
Text Example
Text Example
White with #092D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D9E; }
p { color: rgb(9,45,158); }
H1.HeaderClassName
{
color: #092D9E;
}
.AnyTagClassName
{
color: #092D9E;
}
</style>
background-color css
<style>
a { background-color: #092D9E; }
a { background-color: rgb(9,45,158); }
div.DivClassName
{
background-color: #092D9E;
}
.BgClassName
{
background-color: #092D9E;
}
</style>
border-color css
<style>
span { border-color: #092D9E; }
span { border-color: rgb(9,45,158); }
td.TdClassName
{
border-color: #092D9E;
}
.TagClassName
{
border-color: #092D9E;
}
</style>