Shades of Regal Blue #113859
Tints of Regal Blue #113859
RGB
CMYK
RGB Variations
Color information
#113859 (or 0x113859) is known color: Regal Blue. HEX triplet: 11, 38 and 59. RGB value is (17,56,89). Sum of RGB (Red+Green+Blue) = 17+56+89=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #113859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113859 is #EEC7A6. Grayscale: #2F2F2F. Windows color (decimal): -15648679 or 5847057. OLE color: 5847057.
HSL color Cylindrical-coordinate representation of color #113859: hue angle of 207.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113859 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 56 | 89 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.65 |
| HSL | 207.5º | 0.68% | 0.21% | - |
| HSV(B) | 207.5º | 0.81% | 0.35% | - |
| XYZ | 3.45 | 3.67 | 9.98 | - |
| YUV | 48.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 89 | 0.81 | 0.37 | 0 | 0.65 | 207.5 | 0.68 | 0.21 |
| Hex | 11 | 38 | 59 | 51 | 25 | 0 | 41 | D0 | 44 | 15 |
| Octal | 21 | 70 | 131 | 121 | 45 | 0 | 101 | 320 | 104 | 25 |
| Binary | 10001 | 111000 | 1011001 | 1010001 | 100101 | 0 | 1000001 | 11010000 | 1000100 | 10101 |
Color Harmonies of #113859
Complementary color
Monochromatic Colors of #113859
Black with #113859
Text Example
Text Example
White with #113859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113859; }
p { color: rgb(17,56,89); }
H1.HeaderClassName
{
color: #113859;
}
.AnyTagClassName
{
color: #113859;
}
</style>
background-color css
<style>
a { background-color: #113859; }
a { background-color: rgb(17,56,89); }
div.DivClassName
{
background-color: #113859;
}
.BgClassName
{
background-color: #113859;
}
</style>
border-color css
<style>
span { border-color: #113859; }
span { border-color: rgb(17,56,89); }
td.TdClassName
{
border-color: #113859;
}
.TagClassName
{
border-color: #113859;
}
</style>