Shades of Astronaut Blue #114155
Tints of Astronaut Blue #114155
RGB
CMYK
RGB Variations
Color information
#114155 (or 0x114155) is known color: Astronaut Blue. HEX triplet: 11, 41 and 55. RGB value is (17,65,85). Sum of RGB (Red+Green+Blue) = 17+65+85=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #114155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114155 is #EEBEAA. Grayscale: #343434. Windows color (decimal): -15646379 or 5587217. OLE color: 5587217.
HSL color Cylindrical-coordinate representation of color #114155: hue angle of 197.65º degrees, saturation: 0.67, 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 #114155 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 65 | 85 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.67 |
| HSL | 197.65º | 0.67% | 0.2% | - |
| HSV(B) | 197.65º | 0.8% | 0.33% | - |
| XYZ | 3.76 | 4.56 | 9.28 | - |
| YUV | 52.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 85 | 0.80 | 0.24 | 0 | 0.67 | 197.65 | 0.67 | 0.2 |
| Hex | 11 | 41 | 55 | 50 | 18 | 0 | 43 | C6 | 43 | 14 |
| Octal | 21 | 101 | 125 | 120 | 30 | 0 | 103 | 306 | 103 | 24 |
| Binary | 10001 | 1000001 | 1010101 | 1010000 | 11000 | 0 | 1000011 | 11000110 | 1000011 | 10100 |
Color Harmonies of #114155
Complementary color
Monochromatic Colors of #114155
Black with #114155
Text Example
Text Example
White with #114155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114155; }
p { color: rgb(17,65,85); }
H1.HeaderClassName
{
color: #114155;
}
.AnyTagClassName
{
color: #114155;
}
</style>
background-color css
<style>
a { background-color: #114155; }
a { background-color: rgb(17,65,85); }
div.DivClassName
{
background-color: #114155;
}
.BgClassName
{
background-color: #114155;
}
</style>
border-color css
<style>
span { border-color: #114155; }
span { border-color: rgb(17,65,85); }
td.TdClassName
{
border-color: #114155;
}
.TagClassName
{
border-color: #114155;
}
</style>