Shades of Regal Blue #113F59
Tints of Regal Blue #113F59
RGB
CMYK
RGB Variations
Color information
#113F59 (or 0x113F59) is known color: Regal Blue. HEX triplet: 11, 3F and 59. RGB value is (17,63,89). Sum of RGB (Red+Green+Blue) = 17+63+89=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #113F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F59 is #EEC0A6. Grayscale: #343434. Windows color (decimal): -15646887 or 5848849. OLE color: 5848849.
HSL color Cylindrical-coordinate representation of color #113F59: hue angle of 201.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113F59 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 63 | 89 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.65 |
| HSL | 201.67º | 0.68% | 0.21% | - |
| HSV(B) | 201.67º | 0.81% | 0.35% | - |
| XYZ | 3.81 | 4.4 | 10.1 | - |
| YUV | 52.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 89 | 0.81 | 0.29 | 0 | 0.65 | 201.67 | 0.68 | 0.21 |
| Hex | 11 | 3F | 59 | 51 | 1D | 0 | 41 | CA | 44 | 15 |
| Octal | 21 | 77 | 131 | 121 | 35 | 0 | 101 | 312 | 104 | 25 |
| Binary | 10001 | 111111 | 1011001 | 1010001 | 11101 | 0 | 1000001 | 11001010 | 1000100 | 10101 |
Color Harmonies of #113F59
Complementary color
Monochromatic Colors of #113F59
Black with #113F59
Text Example
Text Example
White with #113F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F59; }
p { color: rgb(17,63,89); }
H1.HeaderClassName
{
color: #113F59;
}
.AnyTagClassName
{
color: #113F59;
}
</style>
background-color css
<style>
a { background-color: #113F59; }
a { background-color: rgb(17,63,89); }
div.DivClassName
{
background-color: #113F59;
}
.BgClassName
{
background-color: #113F59;
}
</style>
border-color css
<style>
span { border-color: #113F59; }
span { border-color: rgb(17,63,89); }
td.TdClassName
{
border-color: #113F59;
}
.TagClassName
{
border-color: #113F59;
}
</style>