Shades of Astronaut Blue #174A60
Tints of Astronaut Blue #174A60
RGB
CMYK
RGB Variations
Color information
#174A60 (or 0x174A60) is known color: Astronaut Blue. HEX triplet: 17, 4A and 60. RGB value is (23,74,96). Sum of RGB (Red+Green+Blue) = 23+74+96=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #174A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A60 is #E8B59F. Grayscale: #3D3D3D. Windows color (decimal): -15250848 or 6310423. OLE color: 6310423.
HSL color Cylindrical-coordinate representation of color #174A60: hue angle of 198.08º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174A60 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 74 | 96 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.62 |
| HSL | 198.08º | 0.61% | 0.23% | - |
| HSV(B) | 198.08º | 0.76% | 0.38% | - |
| XYZ | 4.91 | 5.92 | 11.95 | - |
| YUV | 61.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 96 | 0.76 | 0.23 | 0 | 0.62 | 198.08 | 0.61 | 0.23 |
| Hex | 17 | 4A | 60 | 4C | 17 | 0 | 3E | C6 | 3D | 17 |
| Octal | 27 | 112 | 140 | 114 | 27 | 0 | 76 | 306 | 75 | 27 |
| Binary | 10111 | 1001010 | 1100000 | 1001100 | 10111 | 0 | 111110 | 11000110 | 111101 | 10111 |
Color Harmonies of #174A60
Complementary color
Monochromatic Colors of #174A60
Black with #174A60
Text Example
Text Example
White with #174A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A60; }
p { color: rgb(23,74,96); }
H1.HeaderClassName
{
color: #174A60;
}
.AnyTagClassName
{
color: #174A60;
}
</style>
background-color css
<style>
a { background-color: #174A60; }
a { background-color: rgb(23,74,96); }
div.DivClassName
{
background-color: #174A60;
}
.BgClassName
{
background-color: #174A60;
}
</style>
border-color css
<style>
span { border-color: #174A60; }
span { border-color: rgb(23,74,96); }
td.TdClassName
{
border-color: #174A60;
}
.TagClassName
{
border-color: #174A60;
}
</style>