Shades of Regal Blue #113F5F
Tints of Regal Blue #113F5F
RGB
CMYK
RGB Variations
Color information
#113F5F (or 0x113F5F) is known color: Regal Blue. HEX triplet: 11, 3F and 5F. RGB value is (17,63,95). Sum of RGB (Red+Green+Blue) = 17+63+95=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #113F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F5F is #EEC0A0. Grayscale: #343434. Windows color (decimal): -15646881 or 6242065. OLE color: 6242065.
HSL color Cylindrical-coordinate representation of color #113F5F: hue angle of 204.62º 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 #113F5F is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 63 | 95 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.63 |
| HSL | 204.62º | 0.7% | 0.22% | - |
| HSV(B) | 204.62º | 0.82% | 0.37% | - |
| XYZ | 4.07 | 4.5 | 11.48 | - |
| YUV | 52.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 95 | 0.82 | 0.34 | 0 | 0.63 | 204.62 | 0.7 | 0.22 |
| Hex | 11 | 3F | 5F | 52 | 22 | 0 | 3F | CD | 46 | 16 |
| Octal | 21 | 77 | 137 | 122 | 42 | 0 | 77 | 315 | 106 | 26 |
| Binary | 10001 | 111111 | 1011111 | 1010010 | 100010 | 0 | 111111 | 11001101 | 1000110 | 10110 |
Color Harmonies of #113F5F
Complementary color
Monochromatic Colors of #113F5F
Black with #113F5F
Text Example
Text Example
White with #113F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F5F; }
p { color: rgb(17,63,95); }
H1.HeaderClassName
{
color: #113F5F;
}
.AnyTagClassName
{
color: #113F5F;
}
</style>
background-color css
<style>
a { background-color: #113F5F; }
a { background-color: rgb(17,63,95); }
div.DivClassName
{
background-color: #113F5F;
}
.BgClassName
{
background-color: #113F5F;
}
</style>
border-color css
<style>
span { border-color: #113F5F; }
span { border-color: rgb(17,63,95); }
td.TdClassName
{
border-color: #113F5F;
}
.TagClassName
{
border-color: #113F5F;
}
</style>