Shades of Astronaut Blue #174259
Tints of Astronaut Blue #174259
RGB
CMYK
RGB Variations
Color information
#174259 (or 0x174259) is known color: Astronaut Blue. HEX triplet: 17, 42 and 59. RGB value is (23,66,89). Sum of RGB (Red+Green+Blue) = 23+66+89=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #174259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174259 is #E8BDA6. Grayscale: #373737. Windows color (decimal): -15252903 or 5849623. OLE color: 5849623.
HSL color Cylindrical-coordinate representation of color #174259: hue angle of 200.91º 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 #174259 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 66 | 89 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.65 |
| HSL | 200.91º | 0.59% | 0.22% | - |
| HSV(B) | 200.91º | 0.74% | 0.35% | - |
| XYZ | 4.1 | 4.8 | 10.16 | - |
| YUV | 55.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 89 | 0.74 | 0.26 | 0 | 0.65 | 200.91 | 0.59 | 0.22 |
| Hex | 17 | 42 | 59 | 4A | 1A | 0 | 41 | C9 | 3B | 16 |
| Octal | 27 | 102 | 131 | 112 | 32 | 0 | 101 | 311 | 73 | 26 |
| Binary | 10111 | 1000010 | 1011001 | 1001010 | 11010 | 0 | 1000001 | 11001001 | 111011 | 10110 |
Color Harmonies of #174259
Complementary color
Monochromatic Colors of #174259
Black with #174259
Text Example
Text Example
White with #174259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174259; }
p { color: rgb(23,66,89); }
H1.HeaderClassName
{
color: #174259;
}
.AnyTagClassName
{
color: #174259;
}
</style>
background-color css
<style>
a { background-color: #174259; }
a { background-color: rgb(23,66,89); }
div.DivClassName
{
background-color: #174259;
}
.BgClassName
{
background-color: #174259;
}
</style>
border-color css
<style>
span { border-color: #174259; }
span { border-color: rgb(23,66,89); }
td.TdClassName
{
border-color: #174259;
}
.TagClassName
{
border-color: #174259;
}
</style>