Shades of Astronaut Blue #174A66
Tints of Astronaut Blue #174A66
RGB
CMYK
RGB Variations
Color information
#174A66 (or 0x174A66) is known color: Astronaut Blue. HEX triplet: 17, 4A and 66. RGB value is (23,74,102). Sum of RGB (Red+Green+Blue) = 23+74+102=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #174A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A66 is #E8B599. Grayscale: #3D3D3D. Windows color (decimal): -15250842 or 6703639. OLE color: 6703639.
HSL color Cylindrical-coordinate representation of color #174A66: hue angle of 201.27º 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 #174A66 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 74 | 102 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.6 |
| HSL | 201.27º | 0.63% | 0.25% | - |
| HSV(B) | 201.27º | 0.77% | 0.4% | - |
| XYZ | 5.2 | 6.04 | 13.46 | - |
| YUV | 61.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 102 | 0.77 | 0.27 | 0 | 0.6 | 201.27 | 0.63 | 0.25 |
| Hex | 17 | 4A | 66 | 4D | 1B | 0 | 3C | C9 | 3F | 19 |
| Octal | 27 | 112 | 146 | 115 | 33 | 0 | 74 | 311 | 77 | 31 |
| Binary | 10111 | 1001010 | 1100110 | 1001101 | 11011 | 0 | 111100 | 11001001 | 111111 | 11001 |
Color Harmonies of #174A66
Complementary color
Monochromatic Colors of #174A66
Black with #174A66
Text Example
Text Example
White with #174A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A66; }
p { color: rgb(23,74,102); }
H1.HeaderClassName
{
color: #174A66;
}
.AnyTagClassName
{
color: #174A66;
}
</style>
background-color css
<style>
a { background-color: #174A66; }
a { background-color: rgb(23,74,102); }
div.DivClassName
{
background-color: #174A66;
}
.BgClassName
{
background-color: #174A66;
}
</style>
border-color css
<style>
span { border-color: #174A66; }
span { border-color: rgb(23,74,102); }
td.TdClassName
{
border-color: #174A66;
}
.TagClassName
{
border-color: #174A66;
}
</style>