Shades of Astronaut Blue #174D64
Tints of Astronaut Blue #174D64
RGB
CMYK
RGB Variations
Color information
#174D64 (or 0x174D64) is known color: Astronaut Blue. HEX triplet: 17, 4D and 64. RGB value is (23,77,100). Sum of RGB (Red+Green+Blue) = 23+77+100=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #174D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D64 is #E8B29B. Grayscale: #3F3F3F. Windows color (decimal): -15250076 or 6573335. OLE color: 6573335.
HSL color Cylindrical-coordinate representation of color #174D64: hue angle of 197.92º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174D64 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 77 | 100 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.61 |
| HSL | 197.92º | 0.63% | 0.24% | - |
| HSV(B) | 197.92º | 0.77% | 0.39% | - |
| XYZ | 5.31 | 6.41 | 13.01 | - |
| YUV | 63.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 100 | 0.77 | 0.23 | 0 | 0.61 | 197.92 | 0.63 | 0.24 |
| Hex | 17 | 4D | 64 | 4D | 17 | 0 | 3D | C6 | 3F | 18 |
| Octal | 27 | 115 | 144 | 115 | 27 | 0 | 75 | 306 | 77 | 30 |
| Binary | 10111 | 1001101 | 1100100 | 1001101 | 10111 | 0 | 111101 | 11000110 | 111111 | 11000 |
Color Harmonies of #174D64
Complementary color
Monochromatic Colors of #174D64
Black with #174D64
Text Example
Text Example
White with #174D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D64; }
p { color: rgb(23,77,100); }
H1.HeaderClassName
{
color: #174D64;
}
.AnyTagClassName
{
color: #174D64;
}
</style>
background-color css
<style>
a { background-color: #174D64; }
a { background-color: rgb(23,77,100); }
div.DivClassName
{
background-color: #174D64;
}
.BgClassName
{
background-color: #174D64;
}
</style>
border-color css
<style>
span { border-color: #174D64; }
span { border-color: rgb(23,77,100); }
td.TdClassName
{
border-color: #174D64;
}
.TagClassName
{
border-color: #174D64;
}
</style>