Shades of Regal Blue #112E53
Tints of Regal Blue #112E53
RGB
CMYK
RGB Variations
Color information
#112E53 (or 0x112E53) is known color: Regal Blue. HEX triplet: 11, 2E and 53. RGB value is (17,46,83). Sum of RGB (Red+Green+Blue) = 17+46+83=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #112E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E53 is #EED1AC. Grayscale: #292929. Windows color (decimal): -15651245 or 5451281. OLE color: 5451281.
HSL color Cylindrical-coordinate representation of color #112E53: hue angle of 213.64º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112E53 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 46 | 83 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.67 |
| HSL | 213.64º | 0.66% | 0.2% | - |
| HSV(B) | 213.64º | 0.8% | 0.33% | - |
| XYZ | 2.77 | 2.7 | 8.56 | - |
| YUV | 41.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 83 | 0.80 | 0.45 | 0 | 0.67 | 213.64 | 0.66 | 0.2 |
| Hex | 11 | 2E | 53 | 50 | 2D | 0 | 43 | D6 | 42 | 14 |
| Octal | 21 | 56 | 123 | 120 | 55 | 0 | 103 | 326 | 102 | 24 |
| Binary | 10001 | 101110 | 1010011 | 1010000 | 101101 | 0 | 1000011 | 11010110 | 1000010 | 10100 |
Color Harmonies of #112E53
Complementary color
Monochromatic Colors of #112E53
Black with #112E53
Text Example
Text Example
White with #112E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E53; }
p { color: rgb(17,46,83); }
H1.HeaderClassName
{
color: #112E53;
}
.AnyTagClassName
{
color: #112E53;
}
</style>
background-color css
<style>
a { background-color: #112E53; }
a { background-color: rgb(17,46,83); }
div.DivClassName
{
background-color: #112E53;
}
.BgClassName
{
background-color: #112E53;
}
</style>
border-color css
<style>
span { border-color: #112E53; }
span { border-color: rgb(17,46,83); }
td.TdClassName
{
border-color: #112E53;
}
.TagClassName
{
border-color: #112E53;
}
</style>