Shades of Egyptian Blue #112FAA
Tints of Egyptian Blue #112FAA
RGB
CMYK
RGB Variations
Color information
#112FAA (or 0x112FAA) is known color: Egyptian Blue. HEX triplet: 11, 2F and AA. RGB value is (17,47,170). Sum of RGB (Red+Green+Blue) = 17+47+170=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #112FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FAA is #EED055. Grayscale: #333333. Windows color (decimal): -15650902 or 11153169. OLE color: 11153169.
HSL color Cylindrical-coordinate representation of color #112FAA: hue angle of 228.24º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112FAA is Cyan = 0.9, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 47 | 170 | - |
| CMYK | 0.9 | 0.72 | 0 | 0.33 |
| HSL | 228.24º | 0.82% | 0.37% | - |
| HSV(B) | 228.24º | 0.9% | 0.67% | - |
| XYZ | 8.5 | 5.05 | 38.56 | - |
| YUV | 52.05 | 194.56 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 170 | 0.9 | 0.72 | 0 | 0.33 | 228.24 | 0.82 | 0.37 |
| Hex | 11 | 2F | AA | 5A | 48 | 0 | 21 | E4 | 52 | 25 |
| Octal | 21 | 57 | 252 | 132 | 110 | 0 | 41 | 344 | 122 | 45 |
| Binary | 10001 | 101111 | 10101010 | 1011010 | 1001000 | 0 | 100001 | 11100100 | 1010010 | 100101 |
Color Harmonies of #112FAA
Complementary color
Monochromatic Colors of #112FAA
Black with #112FAA
Text Example
Text Example
White with #112FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FAA; }
p { color: rgb(17,47,170); }
H1.HeaderClassName
{
color: #112FAA;
}
.AnyTagClassName
{
color: #112FAA;
}
</style>
background-color css
<style>
a { background-color: #112FAA; }
a { background-color: rgb(17,47,170); }
div.DivClassName
{
background-color: #112FAA;
}
.BgClassName
{
background-color: #112FAA;
}
</style>
border-color css
<style>
span { border-color: #112FAA; }
span { border-color: rgb(17,47,170); }
td.TdClassName
{
border-color: #112FAA;
}
.TagClassName
{
border-color: #112FAA;
}
</style>