Shades of Regal Blue #113B5B
Tints of Regal Blue #113B5B
RGB
CMYK
RGB Variations
Color information
#113B5B (or 0x113B5B) is known color: Regal Blue. HEX triplet: 11, 3B and 5B. RGB value is (17,59,91). Sum of RGB (Red+Green+Blue) = 17+59+91=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #113B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B5B is #EEC4A4. Grayscale: #313131. Windows color (decimal): -15647909 or 5978897. OLE color: 5978897.
HSL color Cylindrical-coordinate representation of color #113B5B: hue angle of 205.95º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113B5B is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 59 | 91 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.64 |
| HSL | 205.95º | 0.69% | 0.21% | - |
| HSV(B) | 205.95º | 0.81% | 0.36% | - |
| XYZ | 3.68 | 4 | 10.48 | - |
| YUV | 50.09 | 151.09 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 91 | 0.81 | 0.35 | 0 | 0.64 | 205.95 | 0.69 | 0.21 |
| Hex | 11 | 3B | 5B | 51 | 23 | 0 | 40 | CE | 45 | 15 |
| Octal | 21 | 73 | 133 | 121 | 43 | 0 | 100 | 316 | 105 | 25 |
| Binary | 10001 | 111011 | 1011011 | 1010001 | 100011 | 0 | 1000000 | 11001110 | 1000101 | 10101 |
Color Harmonies of #113B5B
Complementary color
Monochromatic Colors of #113B5B
Black with #113B5B
Text Example
Text Example
White with #113B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B5B; }
p { color: rgb(17,59,91); }
H1.HeaderClassName
{
color: #113B5B;
}
.AnyTagClassName
{
color: #113B5B;
}
</style>
background-color css
<style>
a { background-color: #113B5B; }
a { background-color: rgb(17,59,91); }
div.DivClassName
{
background-color: #113B5B;
}
.BgClassName
{
background-color: #113B5B;
}
</style>
border-color css
<style>
span { border-color: #113B5B; }
span { border-color: rgb(17,59,91); }
td.TdClassName
{
border-color: #113B5B;
}
.TagClassName
{
border-color: #113B5B;
}
</style>