Shades of Astronaut Blue #174B61
Tints of Astronaut Blue #174B61
RGB
CMYK
RGB Variations
Color information
#174B61 (or 0x174B61) is known color: Astronaut Blue. HEX triplet: 17, 4B and 61. RGB value is (23,75,97). Sum of RGB (Red+Green+Blue) = 23+75+97=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #174B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B61 is #E8B49E. Grayscale: #3D3D3D. Windows color (decimal): -15250591 or 6376215. OLE color: 6376215.
HSL color Cylindrical-coordinate representation of color #174B61: hue angle of 197.84º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174B61 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 75 | 97 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.62 |
| HSL | 197.84º | 0.62% | 0.24% | - |
| HSV(B) | 197.84º | 0.76% | 0.38% | - |
| XYZ | 5.03 | 6.08 | 12.22 | - |
| YUV | 61.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 97 | 0.76 | 0.23 | 0 | 0.62 | 197.84 | 0.62 | 0.24 |
| Hex | 17 | 4B | 61 | 4C | 17 | 0 | 3E | C6 | 3E | 18 |
| Octal | 27 | 113 | 141 | 114 | 27 | 0 | 76 | 306 | 76 | 30 |
| Binary | 10111 | 1001011 | 1100001 | 1001100 | 10111 | 0 | 111110 | 11000110 | 111110 | 11000 |
Color Harmonies of #174B61
Complementary color
Monochromatic Colors of #174B61
Black with #174B61
Text Example
Text Example
White with #174B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B61; }
p { color: rgb(23,75,97); }
H1.HeaderClassName
{
color: #174B61;
}
.AnyTagClassName
{
color: #174B61;
}
</style>
background-color css
<style>
a { background-color: #174B61; }
a { background-color: rgb(23,75,97); }
div.DivClassName
{
background-color: #174B61;
}
.BgClassName
{
background-color: #174B61;
}
</style>
border-color css
<style>
span { border-color: #174B61; }
span { border-color: rgb(23,75,97); }
td.TdClassName
{
border-color: #174B61;
}
.TagClassName
{
border-color: #174B61;
}
</style>