Shades of Regal Blue #113B55
Tints of Regal Blue #113B55
RGB
CMYK
RGB Variations
Color information
#113B55 (or 0x113B55) is known color: Regal Blue. HEX triplet: 11, 3B and 55. RGB value is (17,59,85). Sum of RGB (Red+Green+Blue) = 17+59+85=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #113B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B55 is #EEC4AA. Grayscale: #313131. Windows color (decimal): -15647915 or 5585681. OLE color: 5585681.
HSL color Cylindrical-coordinate representation of color #113B55: hue angle of 202.94º degrees, saturation: 0.67, 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 #113B55 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 59 | 85 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.67 |
| HSL | 202.94º | 0.67% | 0.2% | - |
| HSV(B) | 202.94º | 0.8% | 0.33% | - |
| XYZ | 3.43 | 3.9 | 9.17 | - |
| YUV | 49.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 85 | 0.80 | 0.31 | 0 | 0.67 | 202.94 | 0.67 | 0.2 |
| Hex | 11 | 3B | 55 | 50 | 1F | 0 | 43 | CB | 43 | 14 |
| Octal | 21 | 73 | 125 | 120 | 37 | 0 | 103 | 313 | 103 | 24 |
| Binary | 10001 | 111011 | 1010101 | 1010000 | 11111 | 0 | 1000011 | 11001011 | 1000011 | 10100 |
Color Harmonies of #113B55
Complementary color
Monochromatic Colors of #113B55
Black with #113B55
Text Example
Text Example
White with #113B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B55; }
p { color: rgb(17,59,85); }
H1.HeaderClassName
{
color: #113B55;
}
.AnyTagClassName
{
color: #113B55;
}
</style>
background-color css
<style>
a { background-color: #113B55; }
a { background-color: rgb(17,59,85); }
div.DivClassName
{
background-color: #113B55;
}
.BgClassName
{
background-color: #113B55;
}
</style>
border-color css
<style>
span { border-color: #113B55; }
span { border-color: rgb(17,59,85); }
td.TdClassName
{
border-color: #113B55;
}
.TagClassName
{
border-color: #113B55;
}
</style>