Shades of Astronaut Blue #174459
Tints of Astronaut Blue #174459
RGB
CMYK
RGB Variations
Color information
#174459 (or 0x174459) is known color: Astronaut Blue. HEX triplet: 17, 44 and 59. RGB value is (23,68,89). Sum of RGB (Red+Green+Blue) = 23+68+89=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #174459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174459 is #E8BBA6. Grayscale: #383838. Windows color (decimal): -15252391 or 5850135. OLE color: 5850135.
HSL color Cylindrical-coordinate representation of color #174459: hue angle of 199.09º 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 #174459 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 68 | 89 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.65 |
| HSL | 199.09º | 0.59% | 0.22% | - |
| HSV(B) | 199.09º | 0.74% | 0.35% | - |
| XYZ | 4.22 | 5.04 | 10.2 | - |
| YUV | 56.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 89 | 0.74 | 0.24 | 0 | 0.65 | 199.09 | 0.59 | 0.22 |
| Hex | 17 | 44 | 59 | 4A | 18 | 0 | 41 | C7 | 3B | 16 |
| Octal | 27 | 104 | 131 | 112 | 30 | 0 | 101 | 307 | 73 | 26 |
| Binary | 10111 | 1000100 | 1011001 | 1001010 | 11000 | 0 | 1000001 | 11000111 | 111011 | 10110 |
Color Harmonies of #174459
Complementary color
Monochromatic Colors of #174459
Black with #174459
Text Example
Text Example
White with #174459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174459; }
p { color: rgb(23,68,89); }
H1.HeaderClassName
{
color: #174459;
}
.AnyTagClassName
{
color: #174459;
}
</style>
background-color css
<style>
a { background-color: #174459; }
a { background-color: rgb(23,68,89); }
div.DivClassName
{
background-color: #174459;
}
.BgClassName
{
background-color: #174459;
}
</style>
border-color css
<style>
span { border-color: #174459; }
span { border-color: rgb(23,68,89); }
td.TdClassName
{
border-color: #174459;
}
.TagClassName
{
border-color: #174459;
}
</style>