Shades of Regal Blue #113B53
Tints of Regal Blue #113B53
RGB
CMYK
RGB Variations
Color information
#113B53 (or 0x113B53) is known color: Regal Blue. HEX triplet: 11, 3B and 53. RGB value is (17,59,83). Sum of RGB (Red+Green+Blue) = 17+59+83=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #113B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B53 is #EEC4AC. Grayscale: #313131. Windows color (decimal): -15647917 or 5454609. OLE color: 5454609.
HSL color Cylindrical-coordinate representation of color #113B53: hue angle of 201.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113B53 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 59 | 83 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.67 |
| HSL | 201.82º | 0.66% | 0.2% | - |
| HSV(B) | 201.82º | 0.8% | 0.33% | - |
| XYZ | 3.36 | 3.87 | 8.75 | - |
| YUV | 49.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 83 | 0.80 | 0.29 | 0 | 0.67 | 201.82 | 0.66 | 0.2 |
| Hex | 11 | 3B | 53 | 50 | 1D | 0 | 43 | CA | 42 | 14 |
| Octal | 21 | 73 | 123 | 120 | 35 | 0 | 103 | 312 | 102 | 24 |
| Binary | 10001 | 111011 | 1010011 | 1010000 | 11101 | 0 | 1000011 | 11001010 | 1000010 | 10100 |
Color Harmonies of #113B53
Complementary color
Monochromatic Colors of #113B53
Black with #113B53
Text Example
Text Example
White with #113B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B53; }
p { color: rgb(17,59,83); }
H1.HeaderClassName
{
color: #113B53;
}
.AnyTagClassName
{
color: #113B53;
}
</style>
background-color css
<style>
a { background-color: #113B53; }
a { background-color: rgb(17,59,83); }
div.DivClassName
{
background-color: #113B53;
}
.BgClassName
{
background-color: #113B53;
}
</style>
border-color css
<style>
span { border-color: #113B53; }
span { border-color: rgb(17,59,83); }
td.TdClassName
{
border-color: #113B53;
}
.TagClassName
{
border-color: #113B53;
}
</style>