Shades of Egyptian Blue #112A92
Tints of Egyptian Blue #112A92
RGB
CMYK
RGB Variations
Color information
#112A92 (or 0x112A92) is known color: Egyptian Blue. HEX triplet: 11, 2A and 92. RGB value is (17,42,146). Sum of RGB (Red+Green+Blue) = 17+42+146=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #112A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A92 is #EED56D. Grayscale: #2D2D2D. Windows color (decimal): -15652206 or 9579025. OLE color: 9579025.
HSL color Cylindrical-coordinate representation of color #112A92: hue angle of 228.37º degrees, saturation: 0.79, 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 #112A92 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 42 | 146 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.43 |
| HSL | 228.37º | 0.79% | 0.32% | - |
| HSV(B) | 228.37º | 0.88% | 0.57% | - |
| XYZ | 6.25 | 3.85 | 27.61 | - |
| YUV | 46.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 146 | 0.88 | 0.71 | 0 | 0.43 | 228.37 | 0.79 | 0.32 |
| Hex | 11 | 2A | 92 | 58 | 47 | 0 | 2B | E4 | 4F | 20 |
| Octal | 21 | 52 | 222 | 130 | 107 | 0 | 53 | 344 | 117 | 40 |
| Binary | 10001 | 101010 | 10010010 | 1011000 | 1000111 | 0 | 101011 | 11100100 | 1001111 | 100000 |
Color Harmonies of #112A92
Complementary color
Monochromatic Colors of #112A92
Black with #112A92
Text Example
Text Example
White with #112A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A92; }
p { color: rgb(17,42,146); }
H1.HeaderClassName
{
color: #112A92;
}
.AnyTagClassName
{
color: #112A92;
}
</style>
background-color css
<style>
a { background-color: #112A92; }
a { background-color: rgb(17,42,146); }
div.DivClassName
{
background-color: #112A92;
}
.BgClassName
{
background-color: #112A92;
}
</style>
border-color css
<style>
span { border-color: #112A92; }
span { border-color: rgb(17,42,146); }
td.TdClassName
{
border-color: #112A92;
}
.TagClassName
{
border-color: #112A92;
}
</style>