Shades of Regal Blue #113C5A
Tints of Regal Blue #113C5A
RGB
CMYK
RGB Variations
Color information
#113C5A (or 0x113C5A) is known color: Regal Blue. HEX triplet: 11, 3C and 5A. RGB value is (17,60,90). Sum of RGB (Red+Green+Blue) = 17+60+90=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #113C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C5A is #EEC3A5. Grayscale: #323232. Windows color (decimal): -15647654 or 5913617. OLE color: 5913617.
HSL color Cylindrical-coordinate representation of color #113C5A: hue angle of 204.66º 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 #113C5A is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 60 | 90 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.65 |
| HSL | 204.66º | 0.68% | 0.21% | - |
| HSV(B) | 204.66º | 0.81% | 0.35% | - |
| XYZ | 3.69 | 4.09 | 10.27 | - |
| YUV | 50.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 90 | 0.81 | 0.33 | 0 | 0.65 | 204.66 | 0.68 | 0.21 |
| Hex | 11 | 3C | 5A | 51 | 21 | 0 | 41 | CD | 44 | 15 |
| Octal | 21 | 74 | 132 | 121 | 41 | 0 | 101 | 315 | 104 | 25 |
| Binary | 10001 | 111100 | 1011010 | 1010001 | 100001 | 0 | 1000001 | 11001101 | 1000100 | 10101 |
Color Harmonies of #113C5A
Complementary color
Monochromatic Colors of #113C5A
Black with #113C5A
Text Example
Text Example
White with #113C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C5A; }
p { color: rgb(17,60,90); }
H1.HeaderClassName
{
color: #113C5A;
}
.AnyTagClassName
{
color: #113C5A;
}
</style>
background-color css
<style>
a { background-color: #113C5A; }
a { background-color: rgb(17,60,90); }
div.DivClassName
{
background-color: #113C5A;
}
.BgClassName
{
background-color: #113C5A;
}
</style>
border-color css
<style>
span { border-color: #113C5A; }
span { border-color: rgb(17,60,90); }
td.TdClassName
{
border-color: #113C5A;
}
.TagClassName
{
border-color: #113C5A;
}
</style>