Shades of Astronaut Blue #164A60
Tints of Astronaut Blue #164A60
RGB
CMYK
RGB Variations
Color information
#164A60 (or 0x164A60) is known color: Astronaut Blue. HEX triplet: 16, 4A and 60. RGB value is (22,74,96). Sum of RGB (Red+Green+Blue) = 22+74+96=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #164A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A60 is #E9B59F. Grayscale: #3C3C3C. Windows color (decimal): -15316384 or 6310422. OLE color: 6310422.
HSL color Cylindrical-coordinate representation of color #164A60: hue angle of 197.84º 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 #164A60 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 74 | 96 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.62 |
| HSL | 197.84º | 0.63% | 0.23% | - |
| HSV(B) | 197.84º | 0.77% | 0.38% | - |
| XYZ | 4.89 | 5.91 | 11.95 | - |
| YUV | 60.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 96 | 0.77 | 0.23 | 0 | 0.62 | 197.84 | 0.63 | 0.23 |
| Hex | 16 | 4A | 60 | 4D | 17 | 0 | 3E | C6 | 3F | 17 |
| Octal | 26 | 112 | 140 | 115 | 27 | 0 | 76 | 306 | 77 | 27 |
| Binary | 10110 | 1001010 | 1100000 | 1001101 | 10111 | 0 | 111110 | 11000110 | 111111 | 10111 |
Color Harmonies of #164A60
Complementary color
Monochromatic Colors of #164A60
Black with #164A60
Text Example
Text Example
White with #164A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A60; }
p { color: rgb(22,74,96); }
H1.HeaderClassName
{
color: #164A60;
}
.AnyTagClassName
{
color: #164A60;
}
</style>
background-color css
<style>
a { background-color: #164A60; }
a { background-color: rgb(22,74,96); }
div.DivClassName
{
background-color: #164A60;
}
.BgClassName
{
background-color: #164A60;
}
</style>
border-color css
<style>
span { border-color: #164A60; }
span { border-color: rgb(22,74,96); }
td.TdClassName
{
border-color: #164A60;
}
.TagClassName
{
border-color: #164A60;
}
</style>