Shades of Regal Blue #113C60
Tints of Regal Blue #113C60
RGB
CMYK
RGB Variations
Color information
#113C60 (or 0x113C60) is known color: Regal Blue. HEX triplet: 11, 3C and 60. RGB value is (17,60,96). Sum of RGB (Red+Green+Blue) = 17+60+96=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #113C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C60 is #EEC39F. Grayscale: #333333. Windows color (decimal): -15647648 or 6306833. OLE color: 6306833.
HSL color Cylindrical-coordinate representation of color #113C60: hue angle of 207.34º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113C60 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 60 | 96 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.62 |
| HSL | 207.34º | 0.7% | 0.22% | - |
| HSV(B) | 207.34º | 0.82% | 0.38% | - |
| XYZ | 3.96 | 4.2 | 11.67 | - |
| YUV | 51.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 96 | 0.82 | 0.38 | 0 | 0.62 | 207.34 | 0.7 | 0.22 |
| Hex | 11 | 3C | 60 | 52 | 26 | 0 | 3E | CF | 46 | 16 |
| Octal | 21 | 74 | 140 | 122 | 46 | 0 | 76 | 317 | 106 | 26 |
| Binary | 10001 | 111100 | 1100000 | 1010010 | 100110 | 0 | 111110 | 11001111 | 1000110 | 10110 |
Color Harmonies of #113C60
Complementary color
Monochromatic Colors of #113C60
Black with #113C60
Text Example
Text Example
White with #113C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C60; }
p { color: rgb(17,60,96); }
H1.HeaderClassName
{
color: #113C60;
}
.AnyTagClassName
{
color: #113C60;
}
</style>
background-color css
<style>
a { background-color: #113C60; }
a { background-color: rgb(17,60,96); }
div.DivClassName
{
background-color: #113C60;
}
.BgClassName
{
background-color: #113C60;
}
</style>
border-color css
<style>
span { border-color: #113C60; }
span { border-color: rgb(17,60,96); }
td.TdClassName
{
border-color: #113C60;
}
.TagClassName
{
border-color: #113C60;
}
</style>