Shades of Astronaut Blue #174858
Tints of Astronaut Blue #174858
RGB
CMYK
RGB Variations
Color information
#174858 (or 0x174858) is known color: Astronaut Blue. HEX triplet: 17, 48 and 58. RGB value is (23,72,88). Sum of RGB (Red+Green+Blue) = 23+72+88=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #174858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174858 is #E8B7A7. Grayscale: #3B3B3B. Windows color (decimal): -15251368 or 5785623. OLE color: 5785623.
HSL color Cylindrical-coordinate representation of color #174858: hue angle of 194.77º 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 #174858 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 72 | 88 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.65 |
| HSL | 194.77º | 0.59% | 0.22% | - |
| HSV(B) | 194.77º | 0.74% | 0.35% | - |
| XYZ | 4.43 | 5.52 | 10.06 | - |
| YUV | 59.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 88 | 0.74 | 0.18 | 0 | 0.65 | 194.77 | 0.59 | 0.22 |
| Hex | 17 | 48 | 58 | 4A | 12 | 0 | 41 | C3 | 3B | 16 |
| Octal | 27 | 110 | 130 | 112 | 22 | 0 | 101 | 303 | 73 | 26 |
| Binary | 10111 | 1001000 | 1011000 | 1001010 | 10010 | 0 | 1000001 | 11000011 | 111011 | 10110 |
Color Harmonies of #174858
Complementary color
Monochromatic Colors of #174858
Black with #174858
Text Example
Text Example
White with #174858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174858; }
p { color: rgb(23,72,88); }
H1.HeaderClassName
{
color: #174858;
}
.AnyTagClassName
{
color: #174858;
}
</style>
background-color css
<style>
a { background-color: #174858; }
a { background-color: rgb(23,72,88); }
div.DivClassName
{
background-color: #174858;
}
.BgClassName
{
background-color: #174858;
}
</style>
border-color css
<style>
span { border-color: #174858; }
span { border-color: rgb(23,72,88); }
td.TdClassName
{
border-color: #174858;
}
.TagClassName
{
border-color: #174858;
}
</style>