Shades of Regal Blue #113F5C
Tints of Regal Blue #113F5C
RGB
CMYK
RGB Variations
Color information
#113F5C (or 0x113F5C) is known color: Regal Blue. HEX triplet: 11, 3F and 5C. RGB value is (17,63,92). Sum of RGB (Red+Green+Blue) = 17+63+92=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #113F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F5C is #EEC0A3. Grayscale: #343434. Windows color (decimal): -15646884 or 6045457. OLE color: 6045457.
HSL color Cylindrical-coordinate representation of color #113F5C: hue angle of 203.2º 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 #113F5C is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 63 | 92 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.64 |
| HSL | 203.2º | 0.69% | 0.21% | - |
| HSV(B) | 203.2º | 0.82% | 0.36% | - |
| XYZ | 3.94 | 4.45 | 10.78 | - |
| YUV | 52.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 92 | 0.82 | 0.32 | 0 | 0.64 | 203.2 | 0.69 | 0.21 |
| Hex | 11 | 3F | 5C | 52 | 20 | 0 | 40 | CB | 45 | 15 |
| Octal | 21 | 77 | 134 | 122 | 40 | 0 | 100 | 313 | 105 | 25 |
| Binary | 10001 | 111111 | 1011100 | 1010010 | 100000 | 0 | 1000000 | 11001011 | 1000101 | 10101 |
Color Harmonies of #113F5C
Complementary color
Monochromatic Colors of #113F5C
Black with #113F5C
Text Example
Text Example
White with #113F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F5C; }
p { color: rgb(17,63,92); }
H1.HeaderClassName
{
color: #113F5C;
}
.AnyTagClassName
{
color: #113F5C;
}
</style>
background-color css
<style>
a { background-color: #113F5C; }
a { background-color: rgb(17,63,92); }
div.DivClassName
{
background-color: #113F5C;
}
.BgClassName
{
background-color: #113F5C;
}
</style>
border-color css
<style>
span { border-color: #113F5C; }
span { border-color: rgb(17,63,92); }
td.TdClassName
{
border-color: #113F5C;
}
.TagClassName
{
border-color: #113F5C;
}
</style>