Shades of Egyptian Blue #112DAA
Tints of Egyptian Blue #112DAA
RGB
CMYK
RGB Variations
Color information
#112DAA (or 0x112DAA) is known color: Egyptian Blue. HEX triplet: 11, 2D and AA. RGB value is (17,45,170). Sum of RGB (Red+Green+Blue) = 17+45+170=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #112DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112DAA is #EED255. Grayscale: #323232. Windows color (decimal): -15651414 or 11152657. OLE color: 11152657.
HSL color Cylindrical-coordinate representation of color #112DAA: hue angle of 229.02º 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 #112DAA is Cyan = 0.9, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 45 | 170 | - |
| CMYK | 0.9 | 0.74 | 0 | 0.33 |
| HSL | 229.02º | 0.82% | 0.37% | - |
| HSV(B) | 229.02º | 0.9% | 0.67% | - |
| XYZ | 8.43 | 4.9 | 38.53 | - |
| YUV | 50.88 | 195.22 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 170 | 0.9 | 0.74 | 0 | 0.33 | 229.02 | 0.82 | 0.37 |
| Hex | 11 | 2D | AA | 5A | 4A | 0 | 21 | E5 | 52 | 25 |
| Octal | 21 | 55 | 252 | 132 | 112 | 0 | 41 | 345 | 122 | 45 |
| Binary | 10001 | 101101 | 10101010 | 1011010 | 1001010 | 0 | 100001 | 11100101 | 1010010 | 100101 |
Color Harmonies of #112DAA
Complementary color
Monochromatic Colors of #112DAA
Black with #112DAA
Text Example
Text Example
White with #112DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DAA; }
p { color: rgb(17,45,170); }
H1.HeaderClassName
{
color: #112DAA;
}
.AnyTagClassName
{
color: #112DAA;
}
</style>
background-color css
<style>
a { background-color: #112DAA; }
a { background-color: rgb(17,45,170); }
div.DivClassName
{
background-color: #112DAA;
}
.BgClassName
{
background-color: #112DAA;
}
</style>
border-color css
<style>
span { border-color: #112DAA; }
span { border-color: rgb(17,45,170); }
td.TdClassName
{
border-color: #112DAA;
}
.TagClassName
{
border-color: #112DAA;
}
</style>