Shades of Regal Blue #113C5D
Tints of Regal Blue #113C5D
RGB
CMYK
RGB Variations
Color information
#113C5D (or 0x113C5D) is known color: Regal Blue. HEX triplet: 11, 3C and 5D. RGB value is (17,60,93). Sum of RGB (Red+Green+Blue) = 17+60+93=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #113C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C5D is #EEC3A2. Grayscale: #323232. Windows color (decimal): -15647651 or 6110225. OLE color: 6110225.
HSL color Cylindrical-coordinate representation of color #113C5D: hue angle of 206.05º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113C5D is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 60 | 93 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.64 |
| HSL | 206.05º | 0.69% | 0.22% | - |
| HSV(B) | 206.05º | 0.82% | 0.36% | - |
| XYZ | 3.82 | 4.14 | 10.95 | - |
| YUV | 50.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 93 | 0.82 | 0.35 | 0 | 0.64 | 206.05 | 0.69 | 0.22 |
| Hex | 11 | 3C | 5D | 52 | 23 | 0 | 40 | CE | 45 | 16 |
| Octal | 21 | 74 | 135 | 122 | 43 | 0 | 100 | 316 | 105 | 26 |
| Binary | 10001 | 111100 | 1011101 | 1010010 | 100011 | 0 | 1000000 | 11001110 | 1000101 | 10110 |
Color Harmonies of #113C5D
Complementary color
Monochromatic Colors of #113C5D
Black with #113C5D
Text Example
Text Example
White with #113C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C5D; }
p { color: rgb(17,60,93); }
H1.HeaderClassName
{
color: #113C5D;
}
.AnyTagClassName
{
color: #113C5D;
}
</style>
background-color css
<style>
a { background-color: #113C5D; }
a { background-color: rgb(17,60,93); }
div.DivClassName
{
background-color: #113C5D;
}
.BgClassName
{
background-color: #113C5D;
}
</style>
border-color css
<style>
span { border-color: #113C5D; }
span { border-color: rgb(17,60,93); }
td.TdClassName
{
border-color: #113C5D;
}
.TagClassName
{
border-color: #113C5D;
}
</style>