Shades of Egyptian Blue #112F9A
Tints of Egyptian Blue #112F9A
RGB
CMYK
RGB Variations
Color information
#112F9A (or 0x112F9A) is known color: Egyptian Blue. HEX triplet: 11, 2F and 9A. RGB value is (17,47,154). Sum of RGB (Red+Green+Blue) = 17+47+154=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #112F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F9A is #EED065. Grayscale: #313131. Windows color (decimal): -15650918 or 10104593. OLE color: 10104593.
HSL color Cylindrical-coordinate representation of color #112F9A: hue angle of 226.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112F9A is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 47 | 154 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.40 |
| HSL | 226.86º | 0.8% | 0.34% | - |
| HSV(B) | 226.86º | 0.89% | 0.6% | - |
| XYZ | 7.08 | 4.49 | 31.06 | - |
| YUV | 50.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 154 | 0.89 | 0.69 | 0 | 0.40 | 226.86 | 0.8 | 0.34 |
| Hex | 11 | 2F | 9A | 59 | 45 | 0 | 28 | E3 | 50 | 22 |
| Octal | 21 | 57 | 232 | 131 | 105 | 0 | 50 | 343 | 120 | 42 |
| Binary | 10001 | 101111 | 10011010 | 1011001 | 1000101 | 0 | 101000 | 11100011 | 1010000 | 100010 |
Color Harmonies of #112F9A
Complementary color
Monochromatic Colors of #112F9A
Black with #112F9A
Text Example
Text Example
White with #112F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F9A; }
p { color: rgb(17,47,154); }
H1.HeaderClassName
{
color: #112F9A;
}
.AnyTagClassName
{
color: #112F9A;
}
</style>
background-color css
<style>
a { background-color: #112F9A; }
a { background-color: rgb(17,47,154); }
div.DivClassName
{
background-color: #112F9A;
}
.BgClassName
{
background-color: #112F9A;
}
</style>
border-color css
<style>
span { border-color: #112F9A; }
span { border-color: rgb(17,47,154); }
td.TdClassName
{
border-color: #112F9A;
}
.TagClassName
{
border-color: #112F9A;
}
</style>