Shades of Egyptian Blue #112DB3
Tints of Egyptian Blue #112DB3
RGB
CMYK
RGB Variations
Color information
#112DB3 (or 0x112DB3) is known color: Egyptian Blue. HEX triplet: 11, 2D and B3. RGB value is (17,45,179). Sum of RGB (Red+Green+Blue) = 17+45+179=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 179 (70.31% from 255 or 74.27% from 241); Max value from RGB is 179 - color contains mainly: blue. Hex color #112DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DB3 is #EED24C. Grayscale: #333333. Windows color (decimal): -15651405 or 11742481. OLE color: 11742481.
HSL color Cylindrical-coordinate representation of color #112DB3: hue angle of 229.63º 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 #112DB3 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 45 | 179 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.30 |
| HSL | 229.63º | 0.83% | 0.38% | - |
| HSV(B) | 229.63º | 0.91% | 0.7% | - |
| XYZ | 9.31 | 5.25 | 43.17 | - |
| YUV | 51.9 | 199.72 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 179 | 0.91 | 0.75 | 0 | 0.30 | 229.63 | 0.83 | 0.38 |
| Hex | 11 | 2D | B3 | 5B | 4B | 0 | 1E | E6 | 53 | 26 |
| Octal | 21 | 55 | 263 | 133 | 113 | 0 | 36 | 346 | 123 | 46 |
| Binary | 10001 | 101101 | 10110011 | 1011011 | 1001011 | 0 | 11110 | 11100110 | 1010011 | 100110 |
Color Harmonies of #112DB3
Complementary color
Monochromatic Colors of #112DB3
Black with #112DB3
Text Example
Text Example
White with #112DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DB3; }
p { color: rgb(17,45,179); }
H1.HeaderClassName
{
color: #112DB3;
}
.AnyTagClassName
{
color: #112DB3;
}
</style>
background-color css
<style>
a { background-color: #112DB3; }
a { background-color: rgb(17,45,179); }
div.DivClassName
{
background-color: #112DB3;
}
.BgClassName
{
background-color: #112DB3;
}
</style>
border-color css
<style>
span { border-color: #112DB3; }
span { border-color: rgb(17,45,179); }
td.TdClassName
{
border-color: #112DB3;
}
.TagClassName
{
border-color: #112DB3;
}
</style>