Shades of Astronaut Blue #174A63
Tints of Astronaut Blue #174A63
RGB
CMYK
RGB Variations
Color information
#174A63 (or 0x174A63) is known color: Astronaut Blue. HEX triplet: 17, 4A and 63. RGB value is (23,74,99). Sum of RGB (Red+Green+Blue) = 23+74+99=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #174A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A63 is #E8B59C. Grayscale: #3D3D3D. Windows color (decimal): -15250845 or 6507031. OLE color: 6507031.
HSL color Cylindrical-coordinate representation of color #174A63: hue angle of 199.74º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174A63 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 74 | 99 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.61 |
| HSL | 199.74º | 0.62% | 0.24% | - |
| HSV(B) | 199.74º | 0.77% | 0.39% | - |
| XYZ | 5.05 | 5.98 | 12.69 | - |
| YUV | 61.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 74 | 99 | 0.77 | 0.25 | 0 | 0.61 | 199.74 | 0.62 | 0.24 |
| Hex | 17 | 4A | 63 | 4D | 19 | 0 | 3D | C8 | 3E | 18 |
| Octal | 27 | 112 | 143 | 115 | 31 | 0 | 75 | 310 | 76 | 30 |
| Binary | 10111 | 1001010 | 1100011 | 1001101 | 11001 | 0 | 111101 | 11001000 | 111110 | 11000 |
Color Harmonies of #174A63
Complementary color
Monochromatic Colors of #174A63
Black with #174A63
Text Example
Text Example
White with #174A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174A63; }
p { color: rgb(23,74,99); }
H1.HeaderClassName
{
color: #174A63;
}
.AnyTagClassName
{
color: #174A63;
}
</style>
background-color css
<style>
a { background-color: #174A63; }
a { background-color: rgb(23,74,99); }
div.DivClassName
{
background-color: #174A63;
}
.BgClassName
{
background-color: #174A63;
}
</style>
border-color css
<style>
span { border-color: #174A63; }
span { border-color: rgb(23,74,99); }
td.TdClassName
{
border-color: #174A63;
}
.TagClassName
{
border-color: #174A63;
}
</style>