Shades of Astronaut Blue #114656
Tints of Astronaut Blue #114656
RGB
CMYK
RGB Variations
Color information
#114656 (or 0x114656) is known color: Astronaut Blue. HEX triplet: 11, 46 and 56. RGB value is (17,70,86). Sum of RGB (Red+Green+Blue) = 17+70+86=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #114656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114656 is #EEB9A9. Grayscale: #373737. Windows color (decimal): -15645098 or 5654033. OLE color: 5654033.
HSL color Cylindrical-coordinate representation of color #114656: hue angle of 193.91º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114656 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 70 | 86 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.66 |
| HSL | 193.91º | 0.67% | 0.2% | - |
| HSV(B) | 193.91º | 0.8% | 0.34% | - |
| XYZ | 4.1 | 5.17 | 9.59 | - |
| YUV | 55.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 86 | 0.80 | 0.19 | 0 | 0.66 | 193.91 | 0.67 | 0.2 |
| Hex | 11 | 46 | 56 | 50 | 13 | 0 | 42 | C2 | 43 | 14 |
| Octal | 21 | 106 | 126 | 120 | 23 | 0 | 102 | 302 | 103 | 24 |
| Binary | 10001 | 1000110 | 1010110 | 1010000 | 10011 | 0 | 1000010 | 11000010 | 1000011 | 10100 |
Color Harmonies of #114656
Complementary color
Monochromatic Colors of #114656
Black with #114656
Text Example
Text Example
White with #114656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114656; }
p { color: rgb(17,70,86); }
H1.HeaderClassName
{
color: #114656;
}
.AnyTagClassName
{
color: #114656;
}
</style>
background-color css
<style>
a { background-color: #114656; }
a { background-color: rgb(17,70,86); }
div.DivClassName
{
background-color: #114656;
}
.BgClassName
{
background-color: #114656;
}
</style>
border-color css
<style>
span { border-color: #114656; }
span { border-color: rgb(17,70,86); }
td.TdClassName
{
border-color: #114656;
}
.TagClassName
{
border-color: #114656;
}
</style>