Shades of Astronaut Blue #174C60
Tints of Astronaut Blue #174C60
RGB
CMYK
RGB Variations
Color information
#174C60 (or 0x174C60) is known color: Astronaut Blue. HEX triplet: 17, 4C and 60. RGB value is (23,76,96). Sum of RGB (Red+Green+Blue) = 23+76+96=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #174C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C60 is #E8B39F. Grayscale: #3E3E3E. Windows color (decimal): -15250336 or 6310935. OLE color: 6310935.
HSL color Cylindrical-coordinate representation of color #174C60: hue angle of 196.44º 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 #174C60 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 76 | 96 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.62 |
| HSL | 196.44º | 0.61% | 0.23% | - |
| HSV(B) | 196.44º | 0.76% | 0.38% | - |
| XYZ | 5.05 | 6.2 | 12 | - |
| YUV | 62.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 96 | 0.76 | 0.21 | 0 | 0.62 | 196.44 | 0.61 | 0.23 |
| Hex | 17 | 4C | 60 | 4C | 15 | 0 | 3E | C4 | 3D | 17 |
| Octal | 27 | 114 | 140 | 114 | 25 | 0 | 76 | 304 | 75 | 27 |
| Binary | 10111 | 1001100 | 1100000 | 1001100 | 10101 | 0 | 111110 | 11000100 | 111101 | 10111 |
Color Harmonies of #174C60
Complementary color
Monochromatic Colors of #174C60
Black with #174C60
Text Example
Text Example
White with #174C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C60; }
p { color: rgb(23,76,96); }
H1.HeaderClassName
{
color: #174C60;
}
.AnyTagClassName
{
color: #174C60;
}
</style>
background-color css
<style>
a { background-color: #174C60; }
a { background-color: rgb(23,76,96); }
div.DivClassName
{
background-color: #174C60;
}
.BgClassName
{
background-color: #174C60;
}
</style>
border-color css
<style>
span { border-color: #174C60; }
span { border-color: rgb(23,76,96); }
td.TdClassName
{
border-color: #174C60;
}
.TagClassName
{
border-color: #174C60;
}
</style>