Shades of Regal Blue #113C5E
Tints of Regal Blue #113C5E
RGB
CMYK
RGB Variations
Color information
#113C5E (or 0x113C5E) is known color: Regal Blue. HEX triplet: 11, 3C and 5E. RGB value is (17,60,94). Sum of RGB (Red+Green+Blue) = 17+60+94=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #113C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C5E is #EEC3A1. Grayscale: #323232. Windows color (decimal): -15647650 or 6175761. OLE color: 6175761.
HSL color Cylindrical-coordinate representation of color #113C5E: hue angle of 206.49º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113C5E is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 60 | 94 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.63 |
| HSL | 206.49º | 0.69% | 0.22% | - |
| HSV(B) | 206.49º | 0.82% | 0.37% | - |
| XYZ | 3.87 | 4.16 | 11.19 | - |
| YUV | 51.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 94 | 0.82 | 0.36 | 0 | 0.63 | 206.49 | 0.69 | 0.22 |
| Hex | 11 | 3C | 5E | 52 | 24 | 0 | 3F | CE | 45 | 16 |
| Octal | 21 | 74 | 136 | 122 | 44 | 0 | 77 | 316 | 105 | 26 |
| Binary | 10001 | 111100 | 1011110 | 1010010 | 100100 | 0 | 111111 | 11001110 | 1000101 | 10110 |
Color Harmonies of #113C5E
Complementary color
Monochromatic Colors of #113C5E
Black with #113C5E
Text Example
Text Example
White with #113C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C5E; }
p { color: rgb(17,60,94); }
H1.HeaderClassName
{
color: #113C5E;
}
.AnyTagClassName
{
color: #113C5E;
}
</style>
background-color css
<style>
a { background-color: #113C5E; }
a { background-color: rgb(17,60,94); }
div.DivClassName
{
background-color: #113C5E;
}
.BgClassName
{
background-color: #113C5E;
}
</style>
border-color css
<style>
span { border-color: #113C5E; }
span { border-color: rgb(17,60,94); }
td.TdClassName
{
border-color: #113C5E;
}
.TagClassName
{
border-color: #113C5E;
}
</style>