Shades of Astronaut Blue #164560
Tints of Astronaut Blue #164560
RGB
CMYK
RGB Variations
Color information
#164560 (or 0x164560) is known color: Astronaut Blue. HEX triplet: 16, 45 and 60. RGB value is (22,69,96). Sum of RGB (Red+Green+Blue) = 22+69+96=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #164560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164560 is #E9BA9F. Grayscale: #393939. Windows color (decimal): -15317664 or 6309142. OLE color: 6309142.
HSL color Cylindrical-coordinate representation of color #164560: hue angle of 201.89º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164560 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 69 | 96 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.62 |
| HSL | 201.89º | 0.63% | 0.23% | - |
| HSV(B) | 201.89º | 0.77% | 0.38% | - |
| XYZ | 4.57 | 5.27 | 11.84 | - |
| YUV | 58.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 96 | 0.77 | 0.28 | 0 | 0.62 | 201.89 | 0.63 | 0.23 |
| Hex | 16 | 45 | 60 | 4D | 1C | 0 | 3E | CA | 3F | 17 |
| Octal | 26 | 105 | 140 | 115 | 34 | 0 | 76 | 312 | 77 | 27 |
| Binary | 10110 | 1000101 | 1100000 | 1001101 | 11100 | 0 | 111110 | 11001010 | 111111 | 10111 |
Color Harmonies of #164560
Complementary color
Monochromatic Colors of #164560
Black with #164560
Text Example
Text Example
White with #164560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164560; }
p { color: rgb(22,69,96); }
H1.HeaderClassName
{
color: #164560;
}
.AnyTagClassName
{
color: #164560;
}
</style>
background-color css
<style>
a { background-color: #164560; }
a { background-color: rgb(22,69,96); }
div.DivClassName
{
background-color: #164560;
}
.BgClassName
{
background-color: #164560;
}
</style>
border-color css
<style>
span { border-color: #164560; }
span { border-color: rgb(22,69,96); }
td.TdClassName
{
border-color: #164560;
}
.TagClassName
{
border-color: #164560;
}
</style>