Shades of Regal Blue #113F60
Tints of Regal Blue #113F60
RGB
CMYK
RGB Variations
Color information
#113F60 (or 0x113F60) is known color: Regal Blue. HEX triplet: 11, 3F and 60. RGB value is (17,63,96). Sum of RGB (Red+Green+Blue) = 17+63+96=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #113F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F60 is #EEC09F. Grayscale: #343434. Windows color (decimal): -15646880 or 6307601. OLE color: 6307601.
HSL color Cylindrical-coordinate representation of color #113F60: hue angle of 205.06º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113F60 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 63 | 96 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.62 |
| HSL | 205.06º | 0.7% | 0.22% | - |
| HSV(B) | 205.06º | 0.82% | 0.38% | - |
| XYZ | 4.12 | 4.52 | 11.72 | - |
| YUV | 53.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 96 | 0.82 | 0.34 | 0 | 0.62 | 205.06 | 0.7 | 0.22 |
| Hex | 11 | 3F | 60 | 52 | 22 | 0 | 3E | CD | 46 | 16 |
| Octal | 21 | 77 | 140 | 122 | 42 | 0 | 76 | 315 | 106 | 26 |
| Binary | 10001 | 111111 | 1100000 | 1010010 | 100010 | 0 | 111110 | 11001101 | 1000110 | 10110 |
Color Harmonies of #113F60
Complementary color
Monochromatic Colors of #113F60
Black with #113F60
Text Example
Text Example
White with #113F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F60; }
p { color: rgb(17,63,96); }
H1.HeaderClassName
{
color: #113F60;
}
.AnyTagClassName
{
color: #113F60;
}
</style>
background-color css
<style>
a { background-color: #113F60; }
a { background-color: rgb(17,63,96); }
div.DivClassName
{
background-color: #113F60;
}
.BgClassName
{
background-color: #113F60;
}
</style>
border-color css
<style>
span { border-color: #113F60; }
span { border-color: rgb(17,63,96); }
td.TdClassName
{
border-color: #113F60;
}
.TagClassName
{
border-color: #113F60;
}
</style>