Shades of Regal Blue #113B60
Tints of Regal Blue #113B60
RGB
CMYK
RGB Variations
Color information
#113B60 (or 0x113B60) is known color: Regal Blue. HEX triplet: 11, 3B and 60. RGB value is (17,59,96). Sum of RGB (Red+Green+Blue) = 17+59+96=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #113B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B60 is #EEC49F. Grayscale: #323232. Windows color (decimal): -15647904 or 6306577. OLE color: 6306577.
HSL color Cylindrical-coordinate representation of color #113B60: hue angle of 208.1º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113B60 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 59 | 96 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.62 |
| HSL | 208.1º | 0.7% | 0.22% | - |
| HSV(B) | 208.1º | 0.82% | 0.38% | - |
| XYZ | 3.91 | 4.09 | 11.65 | - |
| YUV | 50.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 96 | 0.82 | 0.39 | 0 | 0.62 | 208.1 | 0.7 | 0.22 |
| Hex | 11 | 3B | 60 | 52 | 27 | 0 | 3E | D0 | 46 | 16 |
| Octal | 21 | 73 | 140 | 122 | 47 | 0 | 76 | 320 | 106 | 26 |
| Binary | 10001 | 111011 | 1100000 | 1010010 | 100111 | 0 | 111110 | 11010000 | 1000110 | 10110 |
Color Harmonies of #113B60
Complementary color
Monochromatic Colors of #113B60
Black with #113B60
Text Example
Text Example
White with #113B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B60; }
p { color: rgb(17,59,96); }
H1.HeaderClassName
{
color: #113B60;
}
.AnyTagClassName
{
color: #113B60;
}
</style>
background-color css
<style>
a { background-color: #113B60; }
a { background-color: rgb(17,59,96); }
div.DivClassName
{
background-color: #113B60;
}
.BgClassName
{
background-color: #113B60;
}
</style>
border-color css
<style>
span { border-color: #113B60; }
span { border-color: rgb(17,59,96); }
td.TdClassName
{
border-color: #113B60;
}
.TagClassName
{
border-color: #113B60;
}
</style>