Shades of Astronaut Blue #114157
Tints of Astronaut Blue #114157
RGB
CMYK
RGB Variations
Color information
#114157 (or 0x114157) is known color: Astronaut Blue. HEX triplet: 11, 41 and 57. RGB value is (17,65,87). Sum of RGB (Red+Green+Blue) = 17+65+87=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #114157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114157 is #EEBEA8. Grayscale: #353535. Windows color (decimal): -15646377 or 5718289. OLE color: 5718289.
HSL color Cylindrical-coordinate representation of color #114157: hue angle of 198.86º 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 #114157 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 65 | 87 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.66 |
| HSL | 198.86º | 0.67% | 0.2% | - |
| HSV(B) | 198.86º | 0.8% | 0.34% | - |
| XYZ | 3.84 | 4.59 | 9.7 | - |
| YUV | 53.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 87 | 0.80 | 0.25 | 0 | 0.66 | 198.86 | 0.67 | 0.2 |
| Hex | 11 | 41 | 57 | 50 | 19 | 0 | 42 | C7 | 43 | 14 |
| Octal | 21 | 101 | 127 | 120 | 31 | 0 | 102 | 307 | 103 | 24 |
| Binary | 10001 | 1000001 | 1010111 | 1010000 | 11001 | 0 | 1000010 | 11000111 | 1000011 | 10100 |
Color Harmonies of #114157
Complementary color
Monochromatic Colors of #114157
Black with #114157
Text Example
Text Example
White with #114157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114157; }
p { color: rgb(17,65,87); }
H1.HeaderClassName
{
color: #114157;
}
.AnyTagClassName
{
color: #114157;
}
</style>
background-color css
<style>
a { background-color: #114157; }
a { background-color: rgb(17,65,87); }
div.DivClassName
{
background-color: #114157;
}
.BgClassName
{
background-color: #114157;
}
</style>
border-color css
<style>
span { border-color: #114157; }
span { border-color: rgb(17,65,87); }
td.TdClassName
{
border-color: #114157;
}
.TagClassName
{
border-color: #114157;
}
</style>