Shades of Astronaut Blue #174B60
Tints of Astronaut Blue #174B60
RGB
CMYK
RGB Variations
Color information
#174B60 (or 0x174B60) is known color: Astronaut Blue. HEX triplet: 17, 4B and 60. RGB value is (23,75,96). Sum of RGB (Red+Green+Blue) = 23+75+96=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #174B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B60 is #E8B49F. Grayscale: #3D3D3D. Windows color (decimal): -15250592 or 6310679. OLE color: 6310679.
HSL color Cylindrical-coordinate representation of color #174B60: hue angle of 197.26º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174B60 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 75 | 96 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.62 |
| HSL | 197.26º | 0.61% | 0.23% | - |
| HSV(B) | 197.26º | 0.76% | 0.38% | - |
| XYZ | 4.98 | 6.06 | 11.97 | - |
| YUV | 61.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 96 | 0.76 | 0.22 | 0 | 0.62 | 197.26 | 0.61 | 0.23 |
| Hex | 17 | 4B | 60 | 4C | 16 | 0 | 3E | C5 | 3D | 17 |
| Octal | 27 | 113 | 140 | 114 | 26 | 0 | 76 | 305 | 75 | 27 |
| Binary | 10111 | 1001011 | 1100000 | 1001100 | 10110 | 0 | 111110 | 11000101 | 111101 | 10111 |
Color Harmonies of #174B60
Complementary color
Monochromatic Colors of #174B60
Black with #174B60
Text Example
Text Example
White with #174B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B60; }
p { color: rgb(23,75,96); }
H1.HeaderClassName
{
color: #174B60;
}
.AnyTagClassName
{
color: #174B60;
}
</style>
background-color css
<style>
a { background-color: #174B60; }
a { background-color: rgb(23,75,96); }
div.DivClassName
{
background-color: #174B60;
}
.BgClassName
{
background-color: #174B60;
}
</style>
border-color css
<style>
span { border-color: #174B60; }
span { border-color: rgb(23,75,96); }
td.TdClassName
{
border-color: #174B60;
}
.TagClassName
{
border-color: #174B60;
}
</style>