Shades of Regal Blue #113A57
Tints of Regal Blue #113A57
RGB
CMYK
RGB Variations
Color information
#113A57 (or 0x113A57) is known color: Regal Blue. HEX triplet: 11, 3A and 57. RGB value is (17,58,87). Sum of RGB (Red+Green+Blue) = 17+58+87=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #113A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A57 is #EEC5A8. Grayscale: #303030. Windows color (decimal): -15648169 or 5716497. OLE color: 5716497.
HSL color Cylindrical-coordinate representation of color #113A57: hue angle of 204.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113A57 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 58 | 87 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.66 |
| HSL | 204.86º | 0.67% | 0.2% | - |
| HSV(B) | 204.86º | 0.8% | 0.34% | - |
| XYZ | 3.46 | 3.83 | 9.57 | - |
| YUV | 49.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 87 | 0.80 | 0.33 | 0 | 0.66 | 204.86 | 0.67 | 0.2 |
| Hex | 11 | 3A | 57 | 50 | 21 | 0 | 42 | CD | 43 | 14 |
| Octal | 21 | 72 | 127 | 120 | 41 | 0 | 102 | 315 | 103 | 24 |
| Binary | 10001 | 111010 | 1010111 | 1010000 | 100001 | 0 | 1000010 | 11001101 | 1000011 | 10100 |
Color Harmonies of #113A57
Complementary color
Monochromatic Colors of #113A57
Black with #113A57
Text Example
Text Example
White with #113A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A57; }
p { color: rgb(17,58,87); }
H1.HeaderClassName
{
color: #113A57;
}
.AnyTagClassName
{
color: #113A57;
}
</style>
background-color css
<style>
a { background-color: #113A57; }
a { background-color: rgb(17,58,87); }
div.DivClassName
{
background-color: #113A57;
}
.BgClassName
{
background-color: #113A57;
}
</style>
border-color css
<style>
span { border-color: #113A57; }
span { border-color: rgb(17,58,87); }
td.TdClassName
{
border-color: #113A57;
}
.TagClassName
{
border-color: #113A57;
}
</style>