Shades of Egyptian Blue #112FAD
Tints of Egyptian Blue #112FAD
RGB
CMYK
RGB Variations
Color information
#112FAD (or 0x112FAD) is known color: Egyptian Blue. HEX triplet: 11, 2F and AD. RGB value is (17,47,173). Sum of RGB (Red+Green+Blue) = 17+47+173=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #112FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FAD is #EED052. Grayscale: #333333. Windows color (decimal): -15650899 or 11349777. OLE color: 11349777.
HSL color Cylindrical-coordinate representation of color #112FAD: hue angle of 228.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112FAD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 47 | 173 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.32 |
| HSL | 228.46º | 0.82% | 0.37% | - |
| HSV(B) | 228.46º | 0.9% | 0.68% | - |
| XYZ | 8.79 | 5.17 | 40.07 | - |
| YUV | 52.39 | 196.06 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 173 | 0.90 | 0.73 | 0 | 0.32 | 228.46 | 0.82 | 0.37 |
| Hex | 11 | 2F | AD | 5A | 49 | 0 | 20 | E4 | 52 | 25 |
| Octal | 21 | 57 | 255 | 132 | 111 | 0 | 40 | 344 | 122 | 45 |
| Binary | 10001 | 101111 | 10101101 | 1011010 | 1001001 | 0 | 100000 | 11100100 | 1010010 | 100101 |
Color Harmonies of #112FAD
Complementary color
Monochromatic Colors of #112FAD
Black with #112FAD
Text Example
Text Example
White with #112FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FAD; }
p { color: rgb(17,47,173); }
H1.HeaderClassName
{
color: #112FAD;
}
.AnyTagClassName
{
color: #112FAD;
}
</style>
background-color css
<style>
a { background-color: #112FAD; }
a { background-color: rgb(17,47,173); }
div.DivClassName
{
background-color: #112FAD;
}
.BgClassName
{
background-color: #112FAD;
}
</style>
border-color css
<style>
span { border-color: #112FAD; }
span { border-color: rgb(17,47,173); }
td.TdClassName
{
border-color: #112FAD;
}
.TagClassName
{
border-color: #112FAD;
}
</style>