Shades of Egyptian Blue #112592
Tints of Egyptian Blue #112592
RGB
CMYK
RGB Variations
Color information
#112592 (or 0x112592) is known color: Egyptian Blue. HEX triplet: 11, 25 and 92. RGB value is (17,37,146). Sum of RGB (Red+Green+Blue) = 17+37+146=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #112592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112592 is #EEDA6D. Grayscale: #2A2A2A. Windows color (decimal): -15653486 or 9577745. OLE color: 9577745.
HSL color Cylindrical-coordinate representation of color #112592: hue angle of 230.7º 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 #112592 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 37 | 146 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.43 |
| HSL | 230.7º | 0.79% | 0.32% | - |
| HSV(B) | 230.7º | 0.88% | 0.57% | - |
| XYZ | 6.08 | 3.52 | 27.55 | - |
| YUV | 43.45 | 185.87 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 146 | 0.88 | 0.75 | 0 | 0.43 | 230.7 | 0.79 | 0.32 |
| Hex | 11 | 25 | 92 | 58 | 4B | 0 | 2B | E7 | 4F | 20 |
| Octal | 21 | 45 | 222 | 130 | 113 | 0 | 53 | 347 | 117 | 40 |
| Binary | 10001 | 100101 | 10010010 | 1011000 | 1001011 | 0 | 101011 | 11100111 | 1001111 | 100000 |
Color Harmonies of #112592
Complementary color
Monochromatic Colors of #112592
Black with #112592
Text Example
Text Example
White with #112592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112592; }
p { color: rgb(17,37,146); }
H1.HeaderClassName
{
color: #112592;
}
.AnyTagClassName
{
color: #112592;
}
</style>
background-color css
<style>
a { background-color: #112592; }
a { background-color: rgb(17,37,146); }
div.DivClassName
{
background-color: #112592;
}
.BgClassName
{
background-color: #112592;
}
</style>
border-color css
<style>
span { border-color: #112592; }
span { border-color: rgb(17,37,146); }
td.TdClassName
{
border-color: #112592;
}
.TagClassName
{
border-color: #112592;
}
</style>