Shades of Egyptian Blue #112FAC
Tints of Egyptian Blue #112FAC
RGB
CMYK
RGB Variations
Color information
#112FAC (or 0x112FAC) is known color: Egyptian Blue. HEX triplet: 11, 2F and AC. RGB value is (17,47,172). Sum of RGB (Red+Green+Blue) = 17+47+172=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #112FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FAC is #EED053. Grayscale: #333333. Windows color (decimal): -15650900 or 11284241. OLE color: 11284241.
HSL color Cylindrical-coordinate representation of color #112FAC: hue angle of 228.39º 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 #112FAC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 47 | 172 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.33 |
| HSL | 228.39º | 0.82% | 0.37% | - |
| HSV(B) | 228.39º | 0.9% | 0.67% | - |
| XYZ | 8.69 | 5.13 | 39.56 | - |
| YUV | 52.28 | 195.56 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 172 | 0.90 | 0.73 | 0 | 0.33 | 228.39 | 0.82 | 0.37 |
| Hex | 11 | 2F | AC | 5A | 49 | 0 | 21 | E4 | 52 | 25 |
| Octal | 21 | 57 | 254 | 132 | 111 | 0 | 41 | 344 | 122 | 45 |
| Binary | 10001 | 101111 | 10101100 | 1011010 | 1001001 | 0 | 100001 | 11100100 | 1010010 | 100101 |
Color Harmonies of #112FAC
Complementary color
Monochromatic Colors of #112FAC
Black with #112FAC
Text Example
Text Example
White with #112FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FAC; }
p { color: rgb(17,47,172); }
H1.HeaderClassName
{
color: #112FAC;
}
.AnyTagClassName
{
color: #112FAC;
}
</style>
background-color css
<style>
a { background-color: #112FAC; }
a { background-color: rgb(17,47,172); }
div.DivClassName
{
background-color: #112FAC;
}
.BgClassName
{
background-color: #112FAC;
}
</style>
border-color css
<style>
span { border-color: #112FAC; }
span { border-color: rgb(17,47,172); }
td.TdClassName
{
border-color: #112FAC;
}
.TagClassName
{
border-color: #112FAC;
}
</style>