Shades of Regal Blue #113D60
Tints of Regal Blue #113D60
RGB
CMYK
RGB Variations
Color information
#113D60 (or 0x113D60) is known color: Regal Blue. HEX triplet: 11, 3D and 60. RGB value is (17,61,96). Sum of RGB (Red+Green+Blue) = 17+61+96=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #113D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D60 is #EEC29F. Grayscale: #333333. Windows color (decimal): -15647392 or 6307089. OLE color: 6307089.
HSL color Cylindrical-coordinate representation of color #113D60: hue angle of 206.58º 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 #113D60 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 61 | 96 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.62 |
| HSL | 206.58º | 0.7% | 0.22% | - |
| HSV(B) | 206.58º | 0.82% | 0.38% | - |
| XYZ | 4.01 | 4.3 | 11.69 | - |
| YUV | 51.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 96 | 0.82 | 0.36 | 0 | 0.62 | 206.58 | 0.7 | 0.22 |
| Hex | 11 | 3D | 60 | 52 | 24 | 0 | 3E | CF | 46 | 16 |
| Octal | 21 | 75 | 140 | 122 | 44 | 0 | 76 | 317 | 106 | 26 |
| Binary | 10001 | 111101 | 1100000 | 1010010 | 100100 | 0 | 111110 | 11001111 | 1000110 | 10110 |
Color Harmonies of #113D60
Complementary color
Monochromatic Colors of #113D60
Black with #113D60
Text Example
Text Example
White with #113D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D60; }
p { color: rgb(17,61,96); }
H1.HeaderClassName
{
color: #113D60;
}
.AnyTagClassName
{
color: #113D60;
}
</style>
background-color css
<style>
a { background-color: #113D60; }
a { background-color: rgb(17,61,96); }
div.DivClassName
{
background-color: #113D60;
}
.BgClassName
{
background-color: #113D60;
}
</style>
border-color css
<style>
span { border-color: #113D60; }
span { border-color: rgb(17,61,96); }
td.TdClassName
{
border-color: #113D60;
}
.TagClassName
{
border-color: #113D60;
}
</style>