Shades of Astronaut Blue #174666
Tints of Astronaut Blue #174666
RGB
CMYK
RGB Variations
Color information
#174666 (or 0x174666) is known color: Astronaut Blue. HEX triplet: 17, 46 and 66. RGB value is (23,70,102). Sum of RGB (Red+Green+Blue) = 23+70+102=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #174666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174666 is #E8B999. Grayscale: #3B3B3B. Windows color (decimal): -15251866 or 6702615. OLE color: 6702615.
HSL color Cylindrical-coordinate representation of color #174666: hue angle of 204.3º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174666 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 70 | 102 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.6 |
| HSL | 204.3º | 0.63% | 0.25% | - |
| HSV(B) | 204.3º | 0.77% | 0.4% | - |
| XYZ | 4.94 | 5.52 | 13.38 | - |
| YUV | 59.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 102 | 0.77 | 0.31 | 0 | 0.6 | 204.3 | 0.63 | 0.25 |
| Hex | 17 | 46 | 66 | 4D | 1F | 0 | 3C | CC | 3F | 19 |
| Octal | 27 | 106 | 146 | 115 | 37 | 0 | 74 | 314 | 77 | 31 |
| Binary | 10111 | 1000110 | 1100110 | 1001101 | 11111 | 0 | 111100 | 11001100 | 111111 | 11001 |
Color Harmonies of #174666
Complementary color
Monochromatic Colors of #174666
Black with #174666
Text Example
Text Example
White with #174666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174666; }
p { color: rgb(23,70,102); }
H1.HeaderClassName
{
color: #174666;
}
.AnyTagClassName
{
color: #174666;
}
</style>
background-color css
<style>
a { background-color: #174666; }
a { background-color: rgb(23,70,102); }
div.DivClassName
{
background-color: #174666;
}
.BgClassName
{
background-color: #174666;
}
</style>
border-color css
<style>
span { border-color: #174666; }
span { border-color: rgb(23,70,102); }
td.TdClassName
{
border-color: #174666;
}
.TagClassName
{
border-color: #174666;
}
</style>