Shades of Regal Blue #113E58
Tints of Regal Blue #113E58
RGB
CMYK
RGB Variations
Color information
#113E58 (or 0x113E58) is known color: Regal Blue. HEX triplet: 11, 3E and 58. RGB value is (17,62,88). Sum of RGB (Red+Green+Blue) = 17+62+88=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #113E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E58 is #EEC1A7. Grayscale: #333333. Windows color (decimal): -15647144 or 5783057. OLE color: 5783057.
HSL color Cylindrical-coordinate representation of color #113E58: hue angle of 201.97º 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 #113E58 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 62 | 88 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.65 |
| HSL | 201.97º | 0.68% | 0.21% | - |
| HSV(B) | 201.97º | 0.81% | 0.35% | - |
| XYZ | 3.72 | 4.27 | 9.86 | - |
| YUV | 51.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 88 | 0.81 | 0.30 | 0 | 0.65 | 201.97 | 0.68 | 0.21 |
| Hex | 11 | 3E | 58 | 51 | 1E | 0 | 41 | CA | 44 | 15 |
| Octal | 21 | 76 | 130 | 121 | 36 | 0 | 101 | 312 | 104 | 25 |
| Binary | 10001 | 111110 | 1011000 | 1010001 | 11110 | 0 | 1000001 | 11001010 | 1000100 | 10101 |
Color Harmonies of #113E58
Complementary color
Monochromatic Colors of #113E58
Black with #113E58
Text Example
Text Example
White with #113E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E58; }
p { color: rgb(17,62,88); }
H1.HeaderClassName
{
color: #113E58;
}
.AnyTagClassName
{
color: #113E58;
}
</style>
background-color css
<style>
a { background-color: #113E58; }
a { background-color: rgb(17,62,88); }
div.DivClassName
{
background-color: #113E58;
}
.BgClassName
{
background-color: #113E58;
}
</style>
border-color css
<style>
span { border-color: #113E58; }
span { border-color: rgb(17,62,88); }
td.TdClassName
{
border-color: #113E58;
}
.TagClassName
{
border-color: #113E58;
}
</style>