Shades of Regal Blue #113C56
Tints of Regal Blue #113C56
RGB
CMYK
RGB Variations
Color information
#113C56 (or 0x113C56) is known color: Regal Blue. HEX triplet: 11, 3C and 56. RGB value is (17,60,86). Sum of RGB (Red+Green+Blue) = 17+60+86=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #113C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C56 is #EEC3A9. Grayscale: #313131. Windows color (decimal): -15647658 or 5651473. OLE color: 5651473.
HSL color Cylindrical-coordinate representation of color #113C56: hue angle of 202.61º 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 #113C56 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 60 | 86 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.66 |
| HSL | 202.61º | 0.67% | 0.2% | - |
| HSV(B) | 202.61º | 0.8% | 0.34% | - |
| XYZ | 3.53 | 4.02 | 9.39 | - |
| YUV | 50.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 86 | 0.80 | 0.30 | 0 | 0.66 | 202.61 | 0.67 | 0.2 |
| Hex | 11 | 3C | 56 | 50 | 1E | 0 | 42 | CB | 43 | 14 |
| Octal | 21 | 74 | 126 | 120 | 36 | 0 | 102 | 313 | 103 | 24 |
| Binary | 10001 | 111100 | 1010110 | 1010000 | 11110 | 0 | 1000010 | 11001011 | 1000011 | 10100 |
Color Harmonies of #113C56
Complementary color
Monochromatic Colors of #113C56
Black with #113C56
Text Example
Text Example
White with #113C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C56; }
p { color: rgb(17,60,86); }
H1.HeaderClassName
{
color: #113C56;
}
.AnyTagClassName
{
color: #113C56;
}
</style>
background-color css
<style>
a { background-color: #113C56; }
a { background-color: rgb(17,60,86); }
div.DivClassName
{
background-color: #113C56;
}
.BgClassName
{
background-color: #113C56;
}
</style>
border-color css
<style>
span { border-color: #113C56; }
span { border-color: rgb(17,60,86); }
td.TdClassName
{
border-color: #113C56;
}
.TagClassName
{
border-color: #113C56;
}
</style>