Shades of Regal Blue #113B5E
Tints of Regal Blue #113B5E
RGB
CMYK
RGB Variations
Color information
#113B5E (or 0x113B5E) is known color: Regal Blue. HEX triplet: 11, 3B and 5E. RGB value is (17,59,94). Sum of RGB (Red+Green+Blue) = 17+59+94=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #113B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B5E is #EEC4A1. Grayscale: #323232. Windows color (decimal): -15647906 or 6175505. OLE color: 6175505.
HSL color Cylindrical-coordinate representation of color #113B5E: hue angle of 207.27º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113B5E is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 59 | 94 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.63 |
| HSL | 207.27º | 0.69% | 0.22% | - |
| HSV(B) | 207.27º | 0.82% | 0.37% | - |
| XYZ | 3.82 | 4.06 | 11.17 | - |
| YUV | 50.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 94 | 0.82 | 0.37 | 0 | 0.63 | 207.27 | 0.69 | 0.22 |
| Hex | 11 | 3B | 5E | 52 | 25 | 0 | 3F | CF | 45 | 16 |
| Octal | 21 | 73 | 136 | 122 | 45 | 0 | 77 | 317 | 105 | 26 |
| Binary | 10001 | 111011 | 1011110 | 1010010 | 100101 | 0 | 111111 | 11001111 | 1000101 | 10110 |
Color Harmonies of #113B5E
Complementary color
Monochromatic Colors of #113B5E
Black with #113B5E
Text Example
Text Example
White with #113B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B5E; }
p { color: rgb(17,59,94); }
H1.HeaderClassName
{
color: #113B5E;
}
.AnyTagClassName
{
color: #113B5E;
}
</style>
background-color css
<style>
a { background-color: #113B5E; }
a { background-color: rgb(17,59,94); }
div.DivClassName
{
background-color: #113B5E;
}
.BgClassName
{
background-color: #113B5E;
}
</style>
border-color css
<style>
span { border-color: #113B5E; }
span { border-color: rgb(17,59,94); }
td.TdClassName
{
border-color: #113B5E;
}
.TagClassName
{
border-color: #113B5E;
}
</style>