Shades of Regal Blue #113B56
Tints of Regal Blue #113B56
RGB
CMYK
RGB Variations
Color information
#113B56 (or 0x113B56) is known color: Regal Blue. HEX triplet: 11, 3B and 56. RGB value is (17,59,86). Sum of RGB (Red+Green+Blue) = 17+59+86=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #113B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B56 is #EEC4A9. Grayscale: #313131. Windows color (decimal): -15647914 or 5651217. OLE color: 5651217.
HSL color Cylindrical-coordinate representation of color #113B56: hue angle of 203.48º 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 #113B56 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 59 | 86 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.66 |
| HSL | 203.48º | 0.67% | 0.2% | - |
| HSV(B) | 203.48º | 0.8% | 0.34% | - |
| XYZ | 3.47 | 3.92 | 9.38 | - |
| YUV | 49.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 86 | 0.80 | 0.31 | 0 | 0.66 | 203.48 | 0.67 | 0.2 |
| Hex | 11 | 3B | 56 | 50 | 1F | 0 | 42 | CB | 43 | 14 |
| Octal | 21 | 73 | 126 | 120 | 37 | 0 | 102 | 313 | 103 | 24 |
| Binary | 10001 | 111011 | 1010110 | 1010000 | 11111 | 0 | 1000010 | 11001011 | 1000011 | 10100 |
Color Harmonies of #113B56
Complementary color
Monochromatic Colors of #113B56
Black with #113B56
Text Example
Text Example
White with #113B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B56; }
p { color: rgb(17,59,86); }
H1.HeaderClassName
{
color: #113B56;
}
.AnyTagClassName
{
color: #113B56;
}
</style>
background-color css
<style>
a { background-color: #113B56; }
a { background-color: rgb(17,59,86); }
div.DivClassName
{
background-color: #113B56;
}
.BgClassName
{
background-color: #113B56;
}
</style>
border-color css
<style>
span { border-color: #113B56; }
span { border-color: rgb(17,59,86); }
td.TdClassName
{
border-color: #113B56;
}
.TagClassName
{
border-color: #113B56;
}
</style>