Shades of Astronaut Blue #173F53
Tints of Astronaut Blue #173F53
RGB
CMYK
RGB Variations
Color information
#173F53 (or 0x173F53) is known color: Astronaut Blue. HEX triplet: 17, 3F and 53. RGB value is (23,63,83). Sum of RGB (Red+Green+Blue) = 23+63+83=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #173F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173F53 is #E8C0AC. Grayscale: #353535. Windows color (decimal): -15253677 or 5455639. OLE color: 5455639.
HSL color Cylindrical-coordinate representation of color #173F53: hue angle of 200º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173F53 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 63 | 83 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.67 |
| HSL | 200º | 0.57% | 0.21% | - |
| HSV(B) | 200º | 0.72% | 0.33% | - |
| XYZ | 3.69 | 4.36 | 8.83 | - |
| YUV | 53.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 83 | 0.72 | 0.24 | 0 | 0.67 | 200 | 0.57 | 0.21 |
| Hex | 17 | 3F | 53 | 48 | 18 | 0 | 43 | C8 | 39 | 15 |
| Octal | 27 | 77 | 123 | 110 | 30 | 0 | 103 | 310 | 71 | 25 |
| Binary | 10111 | 111111 | 1010011 | 1001000 | 11000 | 0 | 1000011 | 11001000 | 111001 | 10101 |
Color Harmonies of #173F53
Complementary color
Monochromatic Colors of #173F53
Black with #173F53
Text Example
Text Example
White with #173F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F53; }
p { color: rgb(23,63,83); }
H1.HeaderClassName
{
color: #173F53;
}
.AnyTagClassName
{
color: #173F53;
}
</style>
background-color css
<style>
a { background-color: #173F53; }
a { background-color: rgb(23,63,83); }
div.DivClassName
{
background-color: #173F53;
}
.BgClassName
{
background-color: #173F53;
}
</style>
border-color css
<style>
span { border-color: #173F53; }
span { border-color: rgb(23,63,83); }
td.TdClassName
{
border-color: #173F53;
}
.TagClassName
{
border-color: #173F53;
}
</style>