Shades of Regal Blue #113E5D
Tints of Regal Blue #113E5D
RGB
CMYK
RGB Variations
Color information
#113E5D (or 0x113E5D) is known color: Regal Blue. HEX triplet: 11, 3E and 5D. RGB value is (17,62,93). Sum of RGB (Red+Green+Blue) = 17+62+93=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #113E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E5D is #EEC1A2. Grayscale: #333333. Windows color (decimal): -15647139 or 6110737. OLE color: 6110737.
HSL color Cylindrical-coordinate representation of color #113E5D: hue angle of 204.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113E5D is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 62 | 93 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.64 |
| HSL | 204.47º | 0.69% | 0.22% | - |
| HSV(B) | 204.47º | 0.82% | 0.36% | - |
| XYZ | 3.93 | 4.35 | 10.99 | - |
| YUV | 52.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 93 | 0.82 | 0.33 | 0 | 0.64 | 204.47 | 0.69 | 0.22 |
| Hex | 11 | 3E | 5D | 52 | 21 | 0 | 40 | CC | 45 | 16 |
| Octal | 21 | 76 | 135 | 122 | 41 | 0 | 100 | 314 | 105 | 26 |
| Binary | 10001 | 111110 | 1011101 | 1010010 | 100001 | 0 | 1000000 | 11001100 | 1000101 | 10110 |
Color Harmonies of #113E5D
Complementary color
Monochromatic Colors of #113E5D
Black with #113E5D
Text Example
Text Example
White with #113E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E5D; }
p { color: rgb(17,62,93); }
H1.HeaderClassName
{
color: #113E5D;
}
.AnyTagClassName
{
color: #113E5D;
}
</style>
background-color css
<style>
a { background-color: #113E5D; }
a { background-color: rgb(17,62,93); }
div.DivClassName
{
background-color: #113E5D;
}
.BgClassName
{
background-color: #113E5D;
}
</style>
border-color css
<style>
span { border-color: #113E5D; }
span { border-color: rgb(17,62,93); }
td.TdClassName
{
border-color: #113E5D;
}
.TagClassName
{
border-color: #113E5D;
}
</style>