Shades of Astronaut Blue #174865
Tints of Astronaut Blue #174865
RGB
CMYK
RGB Variations
Color information
#174865 (or 0x174865) is known color: Astronaut Blue. HEX triplet: 17, 48 and 65. RGB value is (23,72,101). Sum of RGB (Red+Green+Blue) = 23+72+101=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #174865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174865 is #E8B79A. Grayscale: #3C3C3C. Windows color (decimal): -15251355 or 6637591. OLE color: 6637591.
HSL color Cylindrical-coordinate representation of color #174865: hue angle of 202.31º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174865 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 72 | 101 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.60 |
| HSL | 202.31º | 0.63% | 0.24% | - |
| HSV(B) | 202.31º | 0.77% | 0.4% | - |
| XYZ | 5.02 | 5.76 | 13.16 | - |
| YUV | 60.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 101 | 0.77 | 0.29 | 0 | 0.60 | 202.31 | 0.63 | 0.24 |
| Hex | 17 | 48 | 65 | 4D | 1D | 0 | 3C | CA | 3F | 18 |
| Octal | 27 | 110 | 145 | 115 | 35 | 0 | 74 | 312 | 77 | 30 |
| Binary | 10111 | 1001000 | 1100101 | 1001101 | 11101 | 0 | 111100 | 11001010 | 111111 | 11000 |
Color Harmonies of #174865
Complementary color
Monochromatic Colors of #174865
Black with #174865
Text Example
Text Example
White with #174865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174865; }
p { color: rgb(23,72,101); }
H1.HeaderClassName
{
color: #174865;
}
.AnyTagClassName
{
color: #174865;
}
</style>
background-color css
<style>
a { background-color: #174865; }
a { background-color: rgb(23,72,101); }
div.DivClassName
{
background-color: #174865;
}
.BgClassName
{
background-color: #174865;
}
</style>
border-color css
<style>
span { border-color: #174865; }
span { border-color: rgb(23,72,101); }
td.TdClassName
{
border-color: #174865;
}
.TagClassName
{
border-color: #174865;
}
</style>