Shades of Regal Blue #113654
Tints of Regal Blue #113654
RGB
CMYK
RGB Variations
Color information
#113654 (or 0x113654) is known color: Regal Blue. HEX triplet: 11, 36 and 54. RGB value is (17,54,84). Sum of RGB (Red+Green+Blue) = 17+54+84=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #113654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113654 is #EEC9AB. Grayscale: #2E2E2E. Windows color (decimal): -15649196 or 5518865. OLE color: 5518865.
HSL color Cylindrical-coordinate representation of color #113654: hue angle of 206.87º 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 #113654 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 54 | 84 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.67 |
| HSL | 206.87º | 0.66% | 0.2% | - |
| HSV(B) | 206.87º | 0.8% | 0.33% | - |
| XYZ | 3.15 | 3.4 | 8.88 | - |
| YUV | 46.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 84 | 0.80 | 0.36 | 0 | 0.67 | 206.87 | 0.66 | 0.2 |
| Hex | 11 | 36 | 54 | 50 | 24 | 0 | 43 | CF | 42 | 14 |
| Octal | 21 | 66 | 124 | 120 | 44 | 0 | 103 | 317 | 102 | 24 |
| Binary | 10001 | 110110 | 1010100 | 1010000 | 100100 | 0 | 1000011 | 11001111 | 1000010 | 10100 |
Color Harmonies of #113654
Complementary color
Monochromatic Colors of #113654
Black with #113654
Text Example
Text Example
White with #113654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113654; }
p { color: rgb(17,54,84); }
H1.HeaderClassName
{
color: #113654;
}
.AnyTagClassName
{
color: #113654;
}
</style>
background-color css
<style>
a { background-color: #113654; }
a { background-color: rgb(17,54,84); }
div.DivClassName
{
background-color: #113654;
}
.BgClassName
{
background-color: #113654;
}
</style>
border-color css
<style>
span { border-color: #113654; }
span { border-color: rgb(17,54,84); }
td.TdClassName
{
border-color: #113654;
}
.TagClassName
{
border-color: #113654;
}
</style>