Shades of Regal Blue #113C58
Tints of Regal Blue #113C58
RGB
CMYK
RGB Variations
Color information
#113C58 (or 0x113C58) is known color: Regal Blue. HEX triplet: 11, 3C and 58. RGB value is (17,60,88). Sum of RGB (Red+Green+Blue) = 17+60+88=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #113C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C58 is #EEC3A7. Grayscale: #323232. Windows color (decimal): -15647656 or 5782545. OLE color: 5782545.
HSL color Cylindrical-coordinate representation of color #113C58: hue angle of 203.66º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113C58 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 60 | 88 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.65 |
| HSL | 203.66º | 0.68% | 0.21% | - |
| HSV(B) | 203.66º | 0.81% | 0.35% | - |
| XYZ | 3.61 | 4.06 | 9.83 | - |
| YUV | 50.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 88 | 0.81 | 0.32 | 0 | 0.65 | 203.66 | 0.68 | 0.21 |
| Hex | 11 | 3C | 58 | 51 | 20 | 0 | 41 | CC | 44 | 15 |
| Octal | 21 | 74 | 130 | 121 | 40 | 0 | 101 | 314 | 104 | 25 |
| Binary | 10001 | 111100 | 1011000 | 1010001 | 100000 | 0 | 1000001 | 11001100 | 1000100 | 10101 |
Color Harmonies of #113C58
Complementary color
Monochromatic Colors of #113C58
Black with #113C58
Text Example
Text Example
White with #113C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C58; }
p { color: rgb(17,60,88); }
H1.HeaderClassName
{
color: #113C58;
}
.AnyTagClassName
{
color: #113C58;
}
</style>
background-color css
<style>
a { background-color: #113C58; }
a { background-color: rgb(17,60,88); }
div.DivClassName
{
background-color: #113C58;
}
.BgClassName
{
background-color: #113C58;
}
</style>
border-color css
<style>
span { border-color: #113C58; }
span { border-color: rgb(17,60,88); }
td.TdClassName
{
border-color: #113C58;
}
.TagClassName
{
border-color: #113C58;
}
</style>