Shades of Regal Blue #113E5E
Tints of Regal Blue #113E5E
RGB
CMYK
RGB Variations
Color information
#113E5E (or 0x113E5E) is known color: Regal Blue. HEX triplet: 11, 3E and 5E. RGB value is (17,62,94). Sum of RGB (Red+Green+Blue) = 17+62+94=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #113E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E5E is #EEC1A1. Grayscale: #343434. Windows color (decimal): -15647138 or 6176273. OLE color: 6176273.
HSL color Cylindrical-coordinate representation of color #113E5E: hue angle of 204.94º 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 #113E5E is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 17 | 62 | 94 | - |
CMYK | 0.82 | 0.34 | 0 | 0.63 |
HSL | 204.94º | 0.69% | 0.22% | - |
HSV(B) | 204.94º | 0.82% | 0.37% | - |
XYZ | 3.97 | 4.37 | 11.22 | - |
YUV | 52.19 | 151.59 | 102.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 62 | 94 | 0.82 | 0.34 | 0 | 0.63 | 204.94 | 0.69 | 0.22 |
Hex | 11 | 3E | 5E | 52 | 22 | 0 | 3F | CD | 45 | 16 |
Octal | 21 | 76 | 136 | 122 | 42 | 0 | 77 | 315 | 105 | 26 |
Binary | 10001 | 111110 | 1011110 | 1010010 | 100010 | 0 | 111111 | 11001101 | 1000101 | 10110 |
Color Harmonies of #113E5E
Complementary color
Monochromatic Colors of #113E5E
Black with #113E5E
Text Example
Text Example
White with #113E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E5E; }
p { color: rgb(17,62,94); }
H1.HeaderClassName
{
color: #113E5E;
}
.AnyTagClassName
{
color: #113E5E;
}
</style>
background-color css
<style>
a { background-color: #113E5E; }
a { background-color: rgb(17,62,94); }
div.DivClassName
{
background-color: #113E5E;
}
.BgClassName
{
background-color: #113E5E;
}
</style>
border-color css
<style>
span { border-color: #113E5E; }
span { border-color: rgb(17,62,94); }
td.TdClassName
{
border-color: #113E5E;
}
.TagClassName
{
border-color: #113E5E;
}
</style>