Shades of Astronaut Blue #174564
Tints of Astronaut Blue #174564
RGB
CMYK
RGB Variations
Color information
#174564 (or 0x174564) is known color: Astronaut Blue. HEX triplet: 17, 45 and 64. RGB value is (23,69,100). Sum of RGB (Red+Green+Blue) = 23+69+100=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #174564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174564 is #E8BA9B. Grayscale: #3A3A3A. Windows color (decimal): -15252124 or 6571287. OLE color: 6571287.
HSL color Cylindrical-coordinate representation of color #174564: hue angle of 204.16º degrees, saturation: 0.63, 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 #174564 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 69 | 100 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.61 |
| HSL | 204.16º | 0.63% | 0.24% | - |
| HSV(B) | 204.16º | 0.77% | 0.39% | - |
| XYZ | 4.78 | 5.36 | 12.84 | - |
| YUV | 58.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 100 | 0.77 | 0.31 | 0 | 0.61 | 204.16 | 0.63 | 0.24 |
| Hex | 17 | 45 | 64 | 4D | 1F | 0 | 3D | CC | 3F | 18 |
| Octal | 27 | 105 | 144 | 115 | 37 | 0 | 75 | 314 | 77 | 30 |
| Binary | 10111 | 1000101 | 1100100 | 1001101 | 11111 | 0 | 111101 | 11001100 | 111111 | 11000 |
Color Harmonies of #174564
Complementary color
Monochromatic Colors of #174564
Black with #174564
Text Example
Text Example
White with #174564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174564; }
p { color: rgb(23,69,100); }
H1.HeaderClassName
{
color: #174564;
}
.AnyTagClassName
{
color: #174564;
}
</style>
background-color css
<style>
a { background-color: #174564; }
a { background-color: rgb(23,69,100); }
div.DivClassName
{
background-color: #174564;
}
.BgClassName
{
background-color: #174564;
}
</style>
border-color css
<style>
span { border-color: #174564; }
span { border-color: rgb(23,69,100); }
td.TdClassName
{
border-color: #174564;
}
.TagClassName
{
border-color: #174564;
}
</style>