Shades of Egyptian Blue #092FB5
Tints of Egyptian Blue #092FB5
RGB
CMYK
RGB Variations
Color information
#092FB5 (or 0x092FB5) is known color: Egyptian Blue. HEX triplet: 09, 2F and B5. RGB value is (9,47,181). Sum of RGB (Red+Green+Blue) = 9+47+181=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 181 (71.09% from 255 or 76.37% from 237); Max value from RGB is 181 - color contains mainly: blue. Hex color #092FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FB5 is #F6D04A. Grayscale: #323232. Windows color (decimal): -16175179 or 11874057. OLE color: 11874057.
HSL color Cylindrical-coordinate representation of color #092FB5: hue angle of 226.74º degrees, saturation: 0.91, 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 #092FB5 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 47 | 181 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.29 |
| HSL | 226.74º | 0.91% | 0.37% | - |
| HSV(B) | 226.74º | 0.95% | 0.71% | - |
| XYZ | 9.47 | 5.43 | 44.26 | - |
| YUV | 50.91 | 201.41 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 181 | 0.95 | 0.74 | 0 | 0.29 | 226.74 | 0.91 | 0.37 |
| Hex | 9 | 2F | B5 | 5F | 4A | 0 | 1D | E3 | 5B | 25 |
| Octal | 11 | 57 | 265 | 137 | 112 | 0 | 35 | 343 | 133 | 45 |
| Binary | 1001 | 101111 | 10110101 | 1011111 | 1001010 | 0 | 11101 | 11100011 | 1011011 | 100101 |
Color Harmonies of #092FB5
Complementary color
Monochromatic Colors of #092FB5
Black with #092FB5
Text Example
Text Example
White with #092FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FB5; }
p { color: rgb(9,47,181); }
H1.HeaderClassName
{
color: #092FB5;
}
.AnyTagClassName
{
color: #092FB5;
}
</style>
background-color css
<style>
a { background-color: #092FB5; }
a { background-color: rgb(9,47,181); }
div.DivClassName
{
background-color: #092FB5;
}
.BgClassName
{
background-color: #092FB5;
}
</style>
border-color css
<style>
span { border-color: #092FB5; }
span { border-color: rgb(9,47,181); }
td.TdClassName
{
border-color: #092FB5;
}
.TagClassName
{
border-color: #092FB5;
}
</style>