Shades of Regal Blue #113850
Tints of Regal Blue #113850
RGB
CMYK
RGB Variations
Color information
#113850 (or 0x113850) is known color: Regal Blue. HEX triplet: 11, 38 and 50. RGB value is (17,56,80). Sum of RGB (Red+Green+Blue) = 17+56+80=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #113850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113850 is #EEC7AF. Grayscale: #2E2E2E. Windows color (decimal): -15648688 or 5257233. OLE color: 5257233.
HSL color Cylindrical-coordinate representation of color #113850: hue angle of 202.86º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113850 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 56 | 80 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.69 |
| HSL | 202.86º | 0.65% | 0.19% | - |
| HSV(B) | 202.86º | 0.79% | 0.31% | - |
| XYZ | 3.09 | 3.53 | 8.11 | - |
| YUV | 47.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 80 | 0.79 | 0.30 | 0 | 0.69 | 202.86 | 0.65 | 0.19 |
| Hex | 11 | 38 | 50 | 4F | 1E | 0 | 45 | CB | 41 | 13 |
| Octal | 21 | 70 | 120 | 117 | 36 | 0 | 105 | 313 | 101 | 23 |
| Binary | 10001 | 111000 | 1010000 | 1001111 | 11110 | 0 | 1000101 | 11001011 | 1000001 | 10011 |
Color Harmonies of #113850
Complementary color
Monochromatic Colors of #113850
Black with #113850
Text Example
Text Example
White with #113850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113850; }
p { color: rgb(17,56,80); }
H1.HeaderClassName
{
color: #113850;
}
.AnyTagClassName
{
color: #113850;
}
</style>
background-color css
<style>
a { background-color: #113850; }
a { background-color: rgb(17,56,80); }
div.DivClassName
{
background-color: #113850;
}
.BgClassName
{
background-color: #113850;
}
</style>
border-color css
<style>
span { border-color: #113850; }
span { border-color: rgb(17,56,80); }
td.TdClassName
{
border-color: #113850;
}
.TagClassName
{
border-color: #113850;
}
</style>