Shades of Egyptian Blue #092FB2
Tints of Egyptian Blue #092FB2
RGB
CMYK
RGB Variations
Color information
#092FB2 (or 0x092FB2) is known color: Egyptian Blue. HEX triplet: 09, 2F and B2. RGB value is (9,47,178). Sum of RGB (Red+Green+Blue) = 9+47+178=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 178 (69.92% from 255 or 76.07% from 234); Max value from RGB is 178 - color contains mainly: blue. Hex color #092FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092FB2 is #F6D04D. Grayscale: #323232. Windows color (decimal): -16175182 or 11677449. OLE color: 11677449.
HSL color Cylindrical-coordinate representation of color #092FB2: hue angle of 226.51º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092FB2 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 47 | 178 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.30 |
| HSL | 226.51º | 0.9% | 0.37% | - |
| HSV(B) | 226.51º | 0.95% | 0.7% | - |
| XYZ | 9.17 | 5.31 | 42.66 | - |
| YUV | 50.57 | 199.91 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 178 | 0.95 | 0.74 | 0 | 0.30 | 226.51 | 0.9 | 0.37 |
| Hex | 9 | 2F | B2 | 5F | 4A | 0 | 1E | E3 | 5A | 25 |
| Octal | 11 | 57 | 262 | 137 | 112 | 0 | 36 | 343 | 132 | 45 |
| Binary | 1001 | 101111 | 10110010 | 1011111 | 1001010 | 0 | 11110 | 11100011 | 1011010 | 100101 |
Color Harmonies of #092FB2
Complementary color
Monochromatic Colors of #092FB2
Black with #092FB2
Text Example
Text Example
White with #092FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FB2; }
p { color: rgb(9,47,178); }
H1.HeaderClassName
{
color: #092FB2;
}
.AnyTagClassName
{
color: #092FB2;
}
</style>
background-color css
<style>
a { background-color: #092FB2; }
a { background-color: rgb(9,47,178); }
div.DivClassName
{
background-color: #092FB2;
}
.BgClassName
{
background-color: #092FB2;
}
</style>
border-color css
<style>
span { border-color: #092FB2; }
span { border-color: rgb(9,47,178); }
td.TdClassName
{
border-color: #092FB2;
}
.TagClassName
{
border-color: #092FB2;
}
</style>