Shades of Astronaut Blue #174560
Tints of Astronaut Blue #174560
RGB
CMYK
RGB Variations
Color information
#174560 (or 0x174560) is known color: Astronaut Blue. HEX triplet: 17, 45 and 60. RGB value is (23,69,96). Sum of RGB (Red+Green+Blue) = 23+69+96=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #174560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174560 is #E8BA9F. Grayscale: #3A3A3A. Windows color (decimal): -15252128 or 6309143. OLE color: 6309143.
HSL color Cylindrical-coordinate representation of color #174560: hue angle of 202.19º 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 #174560 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 69 | 96 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.62 |
| HSL | 202.19º | 0.61% | 0.23% | - |
| HSV(B) | 202.19º | 0.76% | 0.38% | - |
| XYZ | 4.59 | 5.28 | 11.84 | - |
| YUV | 58.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 96 | 0.76 | 0.28 | 0 | 0.62 | 202.19 | 0.61 | 0.23 |
| Hex | 17 | 45 | 60 | 4C | 1C | 0 | 3E | CA | 3D | 17 |
| Octal | 27 | 105 | 140 | 114 | 34 | 0 | 76 | 312 | 75 | 27 |
| Binary | 10111 | 1000101 | 1100000 | 1001100 | 11100 | 0 | 111110 | 11001010 | 111101 | 10111 |
Color Harmonies of #174560
Complementary color
Monochromatic Colors of #174560
Black with #174560
Text Example
Text Example
White with #174560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174560; }
p { color: rgb(23,69,96); }
H1.HeaderClassName
{
color: #174560;
}
.AnyTagClassName
{
color: #174560;
}
</style>
background-color css
<style>
a { background-color: #174560; }
a { background-color: rgb(23,69,96); }
div.DivClassName
{
background-color: #174560;
}
.BgClassName
{
background-color: #174560;
}
</style>
border-color css
<style>
span { border-color: #174560; }
span { border-color: rgb(23,69,96); }
td.TdClassName
{
border-color: #174560;
}
.TagClassName
{
border-color: #174560;
}
</style>