Shades of Egyptian Blue #122F92
Tints of Egyptian Blue #122F92
RGB
CMYK
RGB Variations
Color information
#122F92 (or 0x122F92) is known color: Egyptian Blue. HEX triplet: 12, 2F and 92. RGB value is (18,47,146). Sum of RGB (Red+Green+Blue) = 18+47+146=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #122F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F92 is #EDD06D. Grayscale: #313131. Windows color (decimal): -15585390 or 9580306. OLE color: 9580306.
HSL color Cylindrical-coordinate representation of color #122F92: hue angle of 226.41º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122F92 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 47 | 146 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.43 |
| HSL | 226.41º | 0.78% | 0.32% | - |
| HSV(B) | 226.41º | 0.88% | 0.57% | - |
| XYZ | 6.45 | 4.24 | 27.67 | - |
| YUV | 49.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 146 | 0.88 | 0.68 | 0 | 0.43 | 226.41 | 0.78 | 0.32 |
| Hex | 12 | 2F | 92 | 58 | 44 | 0 | 2B | E2 | 4E | 20 |
| Octal | 22 | 57 | 222 | 130 | 104 | 0 | 53 | 342 | 116 | 40 |
| Binary | 10010 | 101111 | 10010010 | 1011000 | 1000100 | 0 | 101011 | 11100010 | 1001110 | 100000 |
Color Harmonies of #122F92
Complementary color
Monochromatic Colors of #122F92
Black with #122F92
Text Example
Text Example
White with #122F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F92; }
p { color: rgb(18,47,146); }
H1.HeaderClassName
{
color: #122F92;
}
.AnyTagClassName
{
color: #122F92;
}
</style>
background-color css
<style>
a { background-color: #122F92; }
a { background-color: rgb(18,47,146); }
div.DivClassName
{
background-color: #122F92;
}
.BgClassName
{
background-color: #122F92;
}
</style>
border-color css
<style>
span { border-color: #122F92; }
span { border-color: rgb(18,47,146); }
td.TdClassName
{
border-color: #122F92;
}
.TagClassName
{
border-color: #122F92;
}
</style>