Shades of Regal Blue #113C5F
Tints of Regal Blue #113C5F
RGB
CMYK
RGB Variations
Color information
#113C5F (or 0x113C5F) is known color: Regal Blue. HEX triplet: 11, 3C and 5F. RGB value is (17,60,95). Sum of RGB (Red+Green+Blue) = 17+60+95=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #113C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C5F is #EEC3A0. Grayscale: #323232. Windows color (decimal): -15647649 or 6241297. OLE color: 6241297.
HSL color Cylindrical-coordinate representation of color #113C5F: hue angle of 206.92º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113C5F is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 60 | 95 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.63 |
| HSL | 206.92º | 0.7% | 0.22% | - |
| HSV(B) | 206.92º | 0.82% | 0.37% | - |
| XYZ | 3.91 | 4.18 | 11.43 | - |
| YUV | 51.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 95 | 0.82 | 0.37 | 0 | 0.63 | 206.92 | 0.7 | 0.22 |
| Hex | 11 | 3C | 5F | 52 | 25 | 0 | 3F | CF | 46 | 16 |
| Octal | 21 | 74 | 137 | 122 | 45 | 0 | 77 | 317 | 106 | 26 |
| Binary | 10001 | 111100 | 1011111 | 1010010 | 100101 | 0 | 111111 | 11001111 | 1000110 | 10110 |
Color Harmonies of #113C5F
Complementary color
Monochromatic Colors of #113C5F
Black with #113C5F
Text Example
Text Example
White with #113C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C5F; }
p { color: rgb(17,60,95); }
H1.HeaderClassName
{
color: #113C5F;
}
.AnyTagClassName
{
color: #113C5F;
}
</style>
background-color css
<style>
a { background-color: #113C5F; }
a { background-color: rgb(17,60,95); }
div.DivClassName
{
background-color: #113C5F;
}
.BgClassName
{
background-color: #113C5F;
}
</style>
border-color css
<style>
span { border-color: #113C5F; }
span { border-color: rgb(17,60,95); }
td.TdClassName
{
border-color: #113C5F;
}
.TagClassName
{
border-color: #113C5F;
}
</style>