Shades of Regal Blue #113B5C
Tints of Regal Blue #113B5C
RGB
CMYK
RGB Variations
Color information
#113B5C (or 0x113B5C) is known color: Regal Blue. HEX triplet: 11, 3B and 5C. RGB value is (17,59,92). Sum of RGB (Red+Green+Blue) = 17+59+92=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #113B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B5C is #EEC4A3. Grayscale: #323232. Windows color (decimal): -15647908 or 6044433. OLE color: 6044433.
HSL color Cylindrical-coordinate representation of color #113B5C: hue angle of 206.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113B5C is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 59 | 92 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.64 |
| HSL | 206.4º | 0.69% | 0.21% | - |
| HSV(B) | 206.4º | 0.82% | 0.36% | - |
| XYZ | 3.73 | 4.02 | 10.7 | - |
| YUV | 50.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 92 | 0.82 | 0.36 | 0 | 0.64 | 206.4 | 0.69 | 0.21 |
| Hex | 11 | 3B | 5C | 52 | 24 | 0 | 40 | CE | 45 | 15 |
| Octal | 21 | 73 | 134 | 122 | 44 | 0 | 100 | 316 | 105 | 25 |
| Binary | 10001 | 111011 | 1011100 | 1010010 | 100100 | 0 | 1000000 | 11001110 | 1000101 | 10101 |
Color Harmonies of #113B5C
Complementary color
Monochromatic Colors of #113B5C
Black with #113B5C
Text Example
Text Example
White with #113B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B5C; }
p { color: rgb(17,59,92); }
H1.HeaderClassName
{
color: #113B5C;
}
.AnyTagClassName
{
color: #113B5C;
}
</style>
background-color css
<style>
a { background-color: #113B5C; }
a { background-color: rgb(17,59,92); }
div.DivClassName
{
background-color: #113B5C;
}
.BgClassName
{
background-color: #113B5C;
}
</style>
border-color css
<style>
span { border-color: #113B5C; }
span { border-color: rgb(17,59,92); }
td.TdClassName
{
border-color: #113B5C;
}
.TagClassName
{
border-color: #113B5C;
}
</style>