Shades of Egyptian Blue #112FAB
Tints of Egyptian Blue #112FAB
RGB
CMYK
RGB Variations
Color information
#112FAB (or 0x112FAB) is known color: Egyptian Blue. HEX triplet: 11, 2F and AB. RGB value is (17,47,171). Sum of RGB (Red+Green+Blue) = 17+47+171=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #112FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FAB is #EED054. Grayscale: #333333. Windows color (decimal): -15650901 or 11218705. OLE color: 11218705.
HSL color Cylindrical-coordinate representation of color #112FAB: hue angle of 228.31º 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 #112FAB is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 47 | 171 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.33 |
| HSL | 228.31º | 0.82% | 0.37% | - |
| HSV(B) | 228.31º | 0.9% | 0.67% | - |
| XYZ | 8.6 | 5.09 | 39.06 | - |
| YUV | 52.17 | 195.06 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 171 | 0.90 | 0.73 | 0 | 0.33 | 228.31 | 0.82 | 0.37 |
| Hex | 11 | 2F | AB | 5A | 49 | 0 | 21 | E4 | 52 | 25 |
| Octal | 21 | 57 | 253 | 132 | 111 | 0 | 41 | 344 | 122 | 45 |
| Binary | 10001 | 101111 | 10101011 | 1011010 | 1001001 | 0 | 100001 | 11100100 | 1010010 | 100101 |
Color Harmonies of #112FAB
Complementary color
Monochromatic Colors of #112FAB
Black with #112FAB
Text Example
Text Example
White with #112FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FAB; }
p { color: rgb(17,47,171); }
H1.HeaderClassName
{
color: #112FAB;
}
.AnyTagClassName
{
color: #112FAB;
}
</style>
background-color css
<style>
a { background-color: #112FAB; }
a { background-color: rgb(17,47,171); }
div.DivClassName
{
background-color: #112FAB;
}
.BgClassName
{
background-color: #112FAB;
}
</style>
border-color css
<style>
span { border-color: #112FAB; }
span { border-color: rgb(17,47,171); }
td.TdClassName
{
border-color: #112FAB;
}
.TagClassName
{
border-color: #112FAB;
}
</style>