Shades of Egyptian Blue #092FA1
Tints of Egyptian Blue #092FA1
RGB
CMYK
RGB Variations
Color information
#092FA1 (or 0x092FA1) is known color: Egyptian Blue. HEX triplet: 09, 2F and A1. RGB value is (9,47,161). Sum of RGB (Red+Green+Blue) = 9+47+161=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 161 (63.28% from 255 or 74.19% from 217); Max value from RGB is 161 - color contains mainly: blue. Hex color #092FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092FA1 is #F6D05E. Grayscale: #303030. Windows color (decimal): -16175199 or 10563337. OLE color: 10563337.
HSL color Cylindrical-coordinate representation of color #092FA1: hue angle of 225º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092FA1 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 47 | 161 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.37 |
| HSL | 225º | 0.89% | 0.33% | - |
| HSV(B) | 225º | 0.94% | 0.63% | - |
| XYZ | 7.56 | 4.66 | 34.22 | - |
| YUV | 48.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 161 | 0.94 | 0.71 | 0 | 0.37 | 225 | 0.89 | 0.33 |
| Hex | 9 | 2F | A1 | 5E | 47 | 0 | 25 | E1 | 59 | 21 |
| Octal | 11 | 57 | 241 | 136 | 107 | 0 | 45 | 341 | 131 | 41 |
| Binary | 1001 | 101111 | 10100001 | 1011110 | 1000111 | 0 | 100101 | 11100001 | 1011001 | 100001 |
Color Harmonies of #092FA1
Complementary color
Monochromatic Colors of #092FA1
Black with #092FA1
Text Example
Text Example
White with #092FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FA1; }
p { color: rgb(9,47,161); }
H1.HeaderClassName
{
color: #092FA1;
}
.AnyTagClassName
{
color: #092FA1;
}
</style>
background-color css
<style>
a { background-color: #092FA1; }
a { background-color: rgb(9,47,161); }
div.DivClassName
{
background-color: #092FA1;
}
.BgClassName
{
background-color: #092FA1;
}
</style>
border-color css
<style>
span { border-color: #092FA1; }
span { border-color: rgb(9,47,161); }
td.TdClassName
{
border-color: #092FA1;
}
.TagClassName
{
border-color: #092FA1;
}
</style>