Shades of Astronaut Blue #174155
Tints of Astronaut Blue #174155
RGB
CMYK
RGB Variations
Color information
#174155 (or 0x174155) is known color: Astronaut Blue. HEX triplet: 17, 41 and 55. RGB value is (23,65,85). Sum of RGB (Red+Green+Blue) = 23+65+85=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #174155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174155 is #E8BEAA. Grayscale: #363636. Windows color (decimal): -15253163 or 5587223. OLE color: 5587223.
HSL color Cylindrical-coordinate representation of color #174155: hue angle of 199.35º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #174155 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 65 | 85 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.67 |
| HSL | 199.35º | 0.57% | 0.21% | - |
| HSV(B) | 199.35º | 0.73% | 0.33% | - |
| XYZ | 3.88 | 4.62 | 9.28 | - |
| YUV | 54.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 85 | 0.73 | 0.24 | 0 | 0.67 | 199.35 | 0.57 | 0.21 |
| Hex | 17 | 41 | 55 | 49 | 18 | 0 | 43 | C7 | 39 | 15 |
| Octal | 27 | 101 | 125 | 111 | 30 | 0 | 103 | 307 | 71 | 25 |
| Binary | 10111 | 1000001 | 1010101 | 1001001 | 11000 | 0 | 1000011 | 11000111 | 111001 | 10101 |
Color Harmonies of #174155
Complementary color
Monochromatic Colors of #174155
Black with #174155
Text Example
Text Example
White with #174155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174155; }
p { color: rgb(23,65,85); }
H1.HeaderClassName
{
color: #174155;
}
.AnyTagClassName
{
color: #174155;
}
</style>
background-color css
<style>
a { background-color: #174155; }
a { background-color: rgb(23,65,85); }
div.DivClassName
{
background-color: #174155;
}
.BgClassName
{
background-color: #174155;
}
</style>
border-color css
<style>
span { border-color: #174155; }
span { border-color: rgb(23,65,85); }
td.TdClassName
{
border-color: #174155;
}
.TagClassName
{
border-color: #174155;
}
</style>