Shades of Astronaut Blue #113E53
Tints of Astronaut Blue #113E53
RGB
CMYK
RGB Variations
Color information
#113E53 (or 0x113E53) is known color: Astronaut Blue. HEX triplet: 11, 3E and 53. RGB value is (17,62,83). Sum of RGB (Red+Green+Blue) = 17+62+83=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #113E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E53 is #EEC1AC. Grayscale: #323232. Windows color (decimal): -15647149 or 5455377. OLE color: 5455377.
HSL color Cylindrical-coordinate representation of color #113E53: hue angle of 199.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113E53 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 62 | 83 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.67 |
| HSL | 199.09º | 0.66% | 0.2% | - |
| HSV(B) | 199.09º | 0.8% | 0.33% | - |
| XYZ | 3.52 | 4.19 | 8.81 | - |
| YUV | 50.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 83 | 0.80 | 0.25 | 0 | 0.67 | 199.09 | 0.66 | 0.2 |
| Hex | 11 | 3E | 53 | 50 | 19 | 0 | 43 | C7 | 42 | 14 |
| Octal | 21 | 76 | 123 | 120 | 31 | 0 | 103 | 307 | 102 | 24 |
| Binary | 10001 | 111110 | 1010011 | 1010000 | 11001 | 0 | 1000011 | 11000111 | 1000010 | 10100 |
Color Harmonies of #113E53
Complementary color
Monochromatic Colors of #113E53
Black with #113E53
Text Example
Text Example
White with #113E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113E53; }
p { color: rgb(17,62,83); }
H1.HeaderClassName
{
color: #113E53;
}
.AnyTagClassName
{
color: #113E53;
}
</style>
background-color css
<style>
a { background-color: #113E53; }
a { background-color: rgb(17,62,83); }
div.DivClassName
{
background-color: #113E53;
}
.BgClassName
{
background-color: #113E53;
}
</style>
border-color css
<style>
span { border-color: #113E53; }
span { border-color: rgb(17,62,83); }
td.TdClassName
{
border-color: #113E53;
}
.TagClassName
{
border-color: #113E53;
}
</style>