Shades of Regal Blue #113D63
Tints of Regal Blue #113D63
RGB
CMYK
RGB Variations
Color information
#113D63 (or 0x113D63) is known color: Regal Blue. HEX triplet: 11, 3D and 63. RGB value is (17,61,99). Sum of RGB (Red+Green+Blue) = 17+61+99=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #113D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D63 is #EEC29C. Grayscale: #333333. Windows color (decimal): -15647389 or 6503697. OLE color: 6503697.
HSL color Cylindrical-coordinate representation of color #113D63: hue angle of 207.8º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113D63 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 61 | 99 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.61 |
| HSL | 207.8º | 0.71% | 0.23% | - |
| HSV(B) | 207.8º | 0.83% | 0.39% | - |
| XYZ | 4.15 | 4.36 | 12.43 | - |
| YUV | 52.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 99 | 0.83 | 0.38 | 0 | 0.61 | 207.8 | 0.71 | 0.23 |
| Hex | 11 | 3D | 63 | 53 | 26 | 0 | 3D | D0 | 47 | 17 |
| Octal | 21 | 75 | 143 | 123 | 46 | 0 | 75 | 320 | 107 | 27 |
| Binary | 10001 | 111101 | 1100011 | 1010011 | 100110 | 0 | 111101 | 11010000 | 1000111 | 10111 |
Color Harmonies of #113D63
Complementary color
Monochromatic Colors of #113D63
Black with #113D63
Text Example
Text Example
White with #113D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D63; }
p { color: rgb(17,61,99); }
H1.HeaderClassName
{
color: #113D63;
}
.AnyTagClassName
{
color: #113D63;
}
</style>
background-color css
<style>
a { background-color: #113D63; }
a { background-color: rgb(17,61,99); }
div.DivClassName
{
background-color: #113D63;
}
.BgClassName
{
background-color: #113D63;
}
</style>
border-color css
<style>
span { border-color: #113D63; }
span { border-color: rgb(17,61,99); }
td.TdClassName
{
border-color: #113D63;
}
.TagClassName
{
border-color: #113D63;
}
</style>