Shades of Astronaut Blue #174A69
Tints of Astronaut Blue #174A69
RGB
CMYK
RGB Variations
Color information
#174A69 (or 0x174A69) is known color: Astronaut Blue. HEX triplet: 17, 4A and 69. RGB value is (23,74,105). Sum of RGB (Red+Green+Blue) = 23+74+105=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #174A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A69 is #E8B596. Grayscale: #3E3E3E. Windows color (decimal): -15250839 or 6900247. OLE color: 6900247.
HSL color Cylindrical-coordinate representation of color #174A69: hue angle of 202.68º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174A69 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 74 | 105 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.59 |
| HSL | 202.68º | 0.64% | 0.25% | - |
| HSV(B) | 202.68º | 0.78% | 0.41% | - |
| XYZ | 5.35 | 6.1 | 14.26 | - |
| YUV | 62.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 105 | 0.78 | 0.30 | 0 | 0.59 | 202.68 | 0.64 | 0.25 |
| Hex | 17 | 4A | 69 | 4E | 1E | 0 | 3B | CB | 40 | 19 |
| Octal | 27 | 112 | 151 | 116 | 36 | 0 | 73 | 313 | 100 | 31 |
| Binary | 10111 | 1001010 | 1101001 | 1001110 | 11110 | 0 | 111011 | 11001011 | 1000000 | 11001 |
Color Harmonies of #174A69
Complementary color
Monochromatic Colors of #174A69
Black with #174A69
Text Example
Text Example
White with #174A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A69; }
p { color: rgb(23,74,105); }
H1.HeaderClassName
{
color: #174A69;
}
.AnyTagClassName
{
color: #174A69;
}
</style>
background-color css
<style>
a { background-color: #174A69; }
a { background-color: rgb(23,74,105); }
div.DivClassName
{
background-color: #174A69;
}
.BgClassName
{
background-color: #174A69;
}
</style>
border-color css
<style>
span { border-color: #174A69; }
span { border-color: rgb(23,74,105); }
td.TdClassName
{
border-color: #174A69;
}
.TagClassName
{
border-color: #174A69;
}
</style>