Shades of Astronaut Blue #174D65
Tints of Astronaut Blue #174D65
RGB
CMYK
RGB Variations
Color information
#174D65 (or 0x174D65) is known color: Astronaut Blue. HEX triplet: 17, 4D and 65. RGB value is (23,77,101). Sum of RGB (Red+Green+Blue) = 23+77+101=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #174D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D65 is #E8B29A. Grayscale: #3F3F3F. Windows color (decimal): -15250075 or 6638871. OLE color: 6638871.
HSL color Cylindrical-coordinate representation of color #174D65: hue angle of 198.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174D65 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 77 | 101 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.60 |
| HSL | 198.46º | 0.63% | 0.24% | - |
| HSV(B) | 198.46º | 0.77% | 0.4% | - |
| XYZ | 5.36 | 6.43 | 13.27 | - |
| YUV | 63.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 101 | 0.77 | 0.24 | 0 | 0.60 | 198.46 | 0.63 | 0.24 |
| Hex | 17 | 4D | 65 | 4D | 18 | 0 | 3C | C6 | 3F | 18 |
| Octal | 27 | 115 | 145 | 115 | 30 | 0 | 74 | 306 | 77 | 30 |
| Binary | 10111 | 1001101 | 1100101 | 1001101 | 11000 | 0 | 111100 | 11000110 | 111111 | 11000 |
Color Harmonies of #174D65
Complementary color
Monochromatic Colors of #174D65
Black with #174D65
Text Example
Text Example
White with #174D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D65; }
p { color: rgb(23,77,101); }
H1.HeaderClassName
{
color: #174D65;
}
.AnyTagClassName
{
color: #174D65;
}
</style>
background-color css
<style>
a { background-color: #174D65; }
a { background-color: rgb(23,77,101); }
div.DivClassName
{
background-color: #174D65;
}
.BgClassName
{
background-color: #174D65;
}
</style>
border-color css
<style>
span { border-color: #174D65; }
span { border-color: rgb(23,77,101); }
td.TdClassName
{
border-color: #174D65;
}
.TagClassName
{
border-color: #174D65;
}
</style>