Shades of Regal Blue #113854
Tints of Regal Blue #113854
RGB
CMYK
RGB Variations
Color information
#113854 (or 0x113854) is known color: Regal Blue. HEX triplet: 11, 38 and 54. RGB value is (17,56,84). Sum of RGB (Red+Green+Blue) = 17+56+84=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #113854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113854 is #EEC7AB. Grayscale: #2F2F2F. Windows color (decimal): -15648684 or 5519377. OLE color: 5519377.
HSL color Cylindrical-coordinate representation of color #113854: hue angle of 205.07º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113854 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 56 | 84 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.67 |
| HSL | 205.07º | 0.66% | 0.2% | - |
| HSV(B) | 205.07º | 0.8% | 0.33% | - |
| XYZ | 3.25 | 3.59 | 8.91 | - |
| YUV | 47.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 84 | 0.80 | 0.33 | 0 | 0.67 | 205.07 | 0.66 | 0.2 |
| Hex | 11 | 38 | 54 | 50 | 21 | 0 | 43 | CD | 42 | 14 |
| Octal | 21 | 70 | 124 | 120 | 41 | 0 | 103 | 315 | 102 | 24 |
| Binary | 10001 | 111000 | 1010100 | 1010000 | 100001 | 0 | 1000011 | 11001101 | 1000010 | 10100 |
Color Harmonies of #113854
Complementary color
Monochromatic Colors of #113854
Black with #113854
Text Example
Text Example
White with #113854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113854; }
p { color: rgb(17,56,84); }
H1.HeaderClassName
{
color: #113854;
}
.AnyTagClassName
{
color: #113854;
}
</style>
background-color css
<style>
a { background-color: #113854; }
a { background-color: rgb(17,56,84); }
div.DivClassName
{
background-color: #113854;
}
.BgClassName
{
background-color: #113854;
}
</style>
border-color css
<style>
span { border-color: #113854; }
span { border-color: rgb(17,56,84); }
td.TdClassName
{
border-color: #113854;
}
.TagClassName
{
border-color: #113854;
}
</style>