Shades of Egyptian Blue #112FB3
Tints of Egyptian Blue #112FB3
RGB
CMYK
RGB Variations
Color information
#112FB3 (or 0x112FB3) is known color: Egyptian Blue. HEX triplet: 11, 2F and B3. RGB value is (17,47,179). Sum of RGB (Red+Green+Blue) = 17+47+179=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 179 (70.31% from 255 or 73.66% from 243); Max value from RGB is 179 - color contains mainly: blue. Hex color #112FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FB3 is #EED04C. Grayscale: #343434. Windows color (decimal): -15650893 or 11742993. OLE color: 11742993.
HSL color Cylindrical-coordinate representation of color #112FB3: hue angle of 228.89º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112FB3 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 47 | 179 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.30 |
| HSL | 228.89º | 0.83% | 0.38% | - |
| HSV(B) | 228.89º | 0.91% | 0.7% | - |
| XYZ | 9.38 | 5.41 | 43.2 | - |
| YUV | 53.08 | 199.06 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 179 | 0.91 | 0.74 | 0 | 0.30 | 228.89 | 0.83 | 0.38 |
| Hex | 11 | 2F | B3 | 5B | 4A | 0 | 1E | E5 | 53 | 26 |
| Octal | 21 | 57 | 263 | 133 | 112 | 0 | 36 | 345 | 123 | 46 |
| Binary | 10001 | 101111 | 10110011 | 1011011 | 1001010 | 0 | 11110 | 11100101 | 1010011 | 100110 |
Color Harmonies of #112FB3
Complementary color
Monochromatic Colors of #112FB3
Black with #112FB3
Text Example
Text Example
White with #112FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FB3; }
p { color: rgb(17,47,179); }
H1.HeaderClassName
{
color: #112FB3;
}
.AnyTagClassName
{
color: #112FB3;
}
</style>
background-color css
<style>
a { background-color: #112FB3; }
a { background-color: rgb(17,47,179); }
div.DivClassName
{
background-color: #112FB3;
}
.BgClassName
{
background-color: #112FB3;
}
</style>
border-color css
<style>
span { border-color: #112FB3; }
span { border-color: rgb(17,47,179); }
td.TdClassName
{
border-color: #112FB3;
}
.TagClassName
{
border-color: #112FB3;
}
</style>