Shades of Astronaut Blue #113F54
Tints of Astronaut Blue #113F54
RGB
CMYK
RGB Variations
Color information
#113F54 (or 0x113F54) is known color: Astronaut Blue. HEX triplet: 11, 3F and 54. RGB value is (17,63,84). Sum of RGB (Red+Green+Blue) = 17+63+84=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #113F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F54 is #EEC0AB. Grayscale: #333333. Windows color (decimal): -15646892 or 5521169. OLE color: 5521169.
HSL color Cylindrical-coordinate representation of color #113F54: hue angle of 198.81º 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 #113F54 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 63 | 84 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.67 |
| HSL | 198.81º | 0.66% | 0.2% | - |
| HSV(B) | 198.81º | 0.8% | 0.33% | - |
| XYZ | 3.61 | 4.31 | 9.03 | - |
| YUV | 51.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 84 | 0.80 | 0.25 | 0 | 0.67 | 198.81 | 0.66 | 0.2 |
| Hex | 11 | 3F | 54 | 50 | 19 | 0 | 43 | C7 | 42 | 14 |
| Octal | 21 | 77 | 124 | 120 | 31 | 0 | 103 | 307 | 102 | 24 |
| Binary | 10001 | 111111 | 1010100 | 1010000 | 11001 | 0 | 1000011 | 11000111 | 1000010 | 10100 |
Color Harmonies of #113F54
Complementary color
Monochromatic Colors of #113F54
Black with #113F54
Text Example
Text Example
White with #113F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F54; }
p { color: rgb(17,63,84); }
H1.HeaderClassName
{
color: #113F54;
}
.AnyTagClassName
{
color: #113F54;
}
</style>
background-color css
<style>
a { background-color: #113F54; }
a { background-color: rgb(17,63,84); }
div.DivClassName
{
background-color: #113F54;
}
.BgClassName
{
background-color: #113F54;
}
</style>
border-color css
<style>
span { border-color: #113F54; }
span { border-color: rgb(17,63,84); }
td.TdClassName
{
border-color: #113F54;
}
.TagClassName
{
border-color: #113F54;
}
</style>