Shades of Astronaut Blue #174959
Tints of Astronaut Blue #174959
RGB
CMYK
RGB Variations
Color information
#174959 (or 0x174959) is known color: Astronaut Blue. HEX triplet: 17, 49 and 59. RGB value is (23,73,89). Sum of RGB (Red+Green+Blue) = 23+73+89=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #174959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174959 is #E8B6A6. Grayscale: #3B3B3B. Windows color (decimal): -15251111 or 5851415. OLE color: 5851415.
HSL color Cylindrical-coordinate representation of color #174959: hue angle of 194.55º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174959 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 73 | 89 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.65 |
| HSL | 194.55º | 0.59% | 0.22% | - |
| HSV(B) | 194.55º | 0.74% | 0.35% | - |
| XYZ | 4.54 | 5.67 | 10.31 | - |
| YUV | 59.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 89 | 0.74 | 0.18 | 0 | 0.65 | 194.55 | 0.59 | 0.22 |
| Hex | 17 | 49 | 59 | 4A | 12 | 0 | 41 | C3 | 3B | 16 |
| Octal | 27 | 111 | 131 | 112 | 22 | 0 | 101 | 303 | 73 | 26 |
| Binary | 10111 | 1001001 | 1011001 | 1001010 | 10010 | 0 | 1000001 | 11000011 | 111011 | 10110 |
Color Harmonies of #174959
Complementary color
Monochromatic Colors of #174959
Black with #174959
Text Example
Text Example
White with #174959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174959; }
p { color: rgb(23,73,89); }
H1.HeaderClassName
{
color: #174959;
}
.AnyTagClassName
{
color: #174959;
}
</style>
background-color css
<style>
a { background-color: #174959; }
a { background-color: rgb(23,73,89); }
div.DivClassName
{
background-color: #174959;
}
.BgClassName
{
background-color: #174959;
}
</style>
border-color css
<style>
span { border-color: #174959; }
span { border-color: rgb(23,73,89); }
td.TdClassName
{
border-color: #174959;
}
.TagClassName
{
border-color: #174959;
}
</style>