Shades of Regal Blue #113A54
Tints of Regal Blue #113A54
RGB
CMYK
RGB Variations
Color information
#113A54 (or 0x113A54) is known color: Regal Blue. HEX triplet: 11, 3A and 54. RGB value is (17,58,84). Sum of RGB (Red+Green+Blue) = 17+58+84=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #113A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A54 is #EEC5AB. Grayscale: #303030. Windows color (decimal): -15648172 or 5519889. OLE color: 5519889.
HSL color Cylindrical-coordinate representation of color #113A54: hue angle of 203.28º 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 #113A54 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 58 | 84 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.67 |
| HSL | 203.28º | 0.66% | 0.2% | - |
| HSV(B) | 203.28º | 0.8% | 0.33% | - |
| XYZ | 3.34 | 3.79 | 8.94 | - |
| YUV | 48.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 84 | 0.80 | 0.31 | 0 | 0.67 | 203.28 | 0.66 | 0.2 |
| Hex | 11 | 3A | 54 | 50 | 1F | 0 | 43 | CB | 42 | 14 |
| Octal | 21 | 72 | 124 | 120 | 37 | 0 | 103 | 313 | 102 | 24 |
| Binary | 10001 | 111010 | 1010100 | 1010000 | 11111 | 0 | 1000011 | 11001011 | 1000010 | 10100 |
Color Harmonies of #113A54
Complementary color
Monochromatic Colors of #113A54
Black with #113A54
Text Example
Text Example
White with #113A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A54; }
p { color: rgb(17,58,84); }
H1.HeaderClassName
{
color: #113A54;
}
.AnyTagClassName
{
color: #113A54;
}
</style>
background-color css
<style>
a { background-color: #113A54; }
a { background-color: rgb(17,58,84); }
div.DivClassName
{
background-color: #113A54;
}
.BgClassName
{
background-color: #113A54;
}
</style>
border-color css
<style>
span { border-color: #113A54; }
span { border-color: rgb(17,58,84); }
td.TdClassName
{
border-color: #113A54;
}
.TagClassName
{
border-color: #113A54;
}
</style>