Shades of Astronaut Blue #174157
Tints of Astronaut Blue #174157
RGB
CMYK
RGB Variations
Color information
#174157 (or 0x174157) is known color: Astronaut Blue. HEX triplet: 17, 41 and 57. RGB value is (23,65,87). Sum of RGB (Red+Green+Blue) = 23+65+87=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #174157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174157 is #E8BEA8. Grayscale: #363636. Windows color (decimal): -15253161 or 5718295. OLE color: 5718295.
HSL color Cylindrical-coordinate representation of color #174157: hue angle of 200.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174157 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 23 | 65 | 87 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.66 |
| HSL | 200.63º | 0.58% | 0.22% | - |
| HSV(B) | 200.63º | 0.74% | 0.34% | - |
| XYZ | 3.96 | 4.65 | 9.71 | - |
| YUV | 54.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 87 | 0.74 | 0.25 | 0 | 0.66 | 200.63 | 0.58 | 0.22 |
| Hex | 17 | 41 | 57 | 4A | 19 | 0 | 42 | C9 | 3A | 16 |
| Octal | 27 | 101 | 127 | 112 | 31 | 0 | 102 | 311 | 72 | 26 |
| Binary | 10111 | 1000001 | 1010111 | 1001010 | 11001 | 0 | 1000010 | 11001001 | 111010 | 10110 |
Color Harmonies of #174157
Complementary color
Monochromatic Colors of #174157
Black with #174157
Text Example
Text Example
White with #174157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174157; }
p { color: rgb(23,65,87); }
H1.HeaderClassName
{
color: #174157;
}
.AnyTagClassName
{
color: #174157;
}
</style>
background-color css
<style>
a { background-color: #174157; }
a { background-color: rgb(23,65,87); }
div.DivClassName
{
background-color: #174157;
}
.BgClassName
{
background-color: #174157;
}
</style>
border-color css
<style>
span { border-color: #174157; }
span { border-color: rgb(23,65,87); }
td.TdClassName
{
border-color: #174157;
}
.TagClassName
{
border-color: #174157;
}
</style>