Shades of Regal Blue #113D62
Tints of Regal Blue #113D62
RGB
CMYK
RGB Variations
Color information
#113D62 (or 0x113D62) is known color: Regal Blue. HEX triplet: 11, 3D and 62. RGB value is (17,61,98). Sum of RGB (Red+Green+Blue) = 17+61+98=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #113D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D62 is #EEC29D. Grayscale: #333333. Windows color (decimal): -15647390 or 6438161. OLE color: 6438161.
HSL color Cylindrical-coordinate representation of color #113D62: hue angle of 207.41º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113D62 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 61 | 98 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.62 |
| HSL | 207.41º | 0.7% | 0.23% | - |
| HSV(B) | 207.41º | 0.83% | 0.38% | - |
| XYZ | 4.1 | 4.34 | 12.18 | - |
| YUV | 52.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 98 | 0.83 | 0.38 | 0 | 0.62 | 207.41 | 0.7 | 0.23 |
| Hex | 11 | 3D | 62 | 53 | 26 | 0 | 3E | CF | 46 | 17 |
| Octal | 21 | 75 | 142 | 123 | 46 | 0 | 76 | 317 | 106 | 27 |
| Binary | 10001 | 111101 | 1100010 | 1010011 | 100110 | 0 | 111110 | 11001111 | 1000110 | 10111 |
Color Harmonies of #113D62
Complementary color
Monochromatic Colors of #113D62
Black with #113D62
Text Example
Text Example
White with #113D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D62; }
p { color: rgb(17,61,98); }
H1.HeaderClassName
{
color: #113D62;
}
.AnyTagClassName
{
color: #113D62;
}
</style>
background-color css
<style>
a { background-color: #113D62; }
a { background-color: rgb(17,61,98); }
div.DivClassName
{
background-color: #113D62;
}
.BgClassName
{
background-color: #113D62;
}
</style>
border-color css
<style>
span { border-color: #113D62; }
span { border-color: rgb(17,61,98); }
td.TdClassName
{
border-color: #113D62;
}
.TagClassName
{
border-color: #113D62;
}
</style>