Shades of Egyptian Blue #092FA6
Tints of Egyptian Blue #092FA6
RGB
CMYK
RGB Variations
Color information
#092FA6 (or 0x092FA6) is known color: Egyptian Blue. HEX triplet: 09, 2F and A6. RGB value is (9,47,166). Sum of RGB (Red+Green+Blue) = 9+47+166=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 166 (65.23% from 255 or 74.77% from 222); Max value from RGB is 166 - color contains mainly: blue. Hex color #092FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092FA6 is #F6D059. Grayscale: #303030. Windows color (decimal): -16175194 or 10891017. OLE color: 10891017.
HSL color Cylindrical-coordinate representation of color #092FA6: hue angle of 225.48º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092FA6 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 47 | 166 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.35 |
| HSL | 225.48º | 0.9% | 0.34% | - |
| HSV(B) | 225.48º | 0.95% | 0.65% | - |
| XYZ | 8.01 | 4.84 | 36.59 | - |
| YUV | 49.2 | 193.91 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 166 | 0.95 | 0.72 | 0 | 0.35 | 225.48 | 0.9 | 0.34 |
| Hex | 9 | 2F | A6 | 5F | 48 | 0 | 23 | E1 | 5A | 22 |
| Octal | 11 | 57 | 246 | 137 | 110 | 0 | 43 | 341 | 132 | 42 |
| Binary | 1001 | 101111 | 10100110 | 1011111 | 1001000 | 0 | 100011 | 11100001 | 1011010 | 100010 |
Color Harmonies of #092FA6
Complementary color
Monochromatic Colors of #092FA6
Black with #092FA6
Text Example
Text Example
White with #092FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FA6; }
p { color: rgb(9,47,166); }
H1.HeaderClassName
{
color: #092FA6;
}
.AnyTagClassName
{
color: #092FA6;
}
</style>
background-color css
<style>
a { background-color: #092FA6; }
a { background-color: rgb(9,47,166); }
div.DivClassName
{
background-color: #092FA6;
}
.BgClassName
{
background-color: #092FA6;
}
</style>
border-color css
<style>
span { border-color: #092FA6; }
span { border-color: rgb(9,47,166); }
td.TdClassName
{
border-color: #092FA6;
}
.TagClassName
{
border-color: #092FA6;
}
</style>