Shades of Egyptian Blue #092FAC
Tints of Egyptian Blue #092FAC
RGB
CMYK
RGB Variations
Color information
#092FAC (or 0x092FAC) is known color: Egyptian Blue. HEX triplet: 09, 2F and AC. RGB value is (9,47,172). Sum of RGB (Red+Green+Blue) = 9+47+172=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #092FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092FAC is #F6D053. Grayscale: #313131. Windows color (decimal): -16175188 or 11284233. OLE color: 11284233.
HSL color Cylindrical-coordinate representation of color #092FAC: hue angle of 226.01º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092FAC is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 47 | 172 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.33 |
| HSL | 226.01º | 0.9% | 0.35% | - |
| HSV(B) | 226.01º | 0.95% | 0.67% | - |
| XYZ | 8.58 | 5.07 | 39.56 | - |
| YUV | 49.89 | 196.91 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 172 | 0.95 | 0.73 | 0 | 0.33 | 226.01 | 0.9 | 0.35 |
| Hex | 9 | 2F | AC | 5F | 49 | 0 | 21 | E2 | 5A | 23 |
| Octal | 11 | 57 | 254 | 137 | 111 | 0 | 41 | 342 | 132 | 43 |
| Binary | 1001 | 101111 | 10101100 | 1011111 | 1001001 | 0 | 100001 | 11100010 | 1011010 | 100011 |
Color Harmonies of #092FAC
Complementary color
Monochromatic Colors of #092FAC
Black with #092FAC
Text Example
Text Example
White with #092FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FAC; }
p { color: rgb(9,47,172); }
H1.HeaderClassName
{
color: #092FAC;
}
.AnyTagClassName
{
color: #092FAC;
}
</style>
background-color css
<style>
a { background-color: #092FAC; }
a { background-color: rgb(9,47,172); }
div.DivClassName
{
background-color: #092FAC;
}
.BgClassName
{
background-color: #092FAC;
}
</style>
border-color css
<style>
span { border-color: #092FAC; }
span { border-color: rgb(9,47,172); }
td.TdClassName
{
border-color: #092FAC;
}
.TagClassName
{
border-color: #092FAC;
}
</style>