Shades of Astronaut Blue #164C60
Tints of Astronaut Blue #164C60
RGB
CMYK
RGB Variations
Color information
#164C60 (or 0x164C60) is known color: Astronaut Blue. HEX triplet: 16, 4C and 60. RGB value is (22,76,96). Sum of RGB (Red+Green+Blue) = 22+76+96=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #164C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C60 is #E9B39F. Grayscale: #3E3E3E. Windows color (decimal): -15315872 or 6310934. OLE color: 6310934.
HSL color Cylindrical-coordinate representation of color #164C60: hue angle of 196.22º 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 #164C60 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 76 | 96 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.62 |
| HSL | 196.22º | 0.63% | 0.23% | - |
| HSV(B) | 196.22º | 0.77% | 0.38% | - |
| XYZ | 5.03 | 6.18 | 12 | - |
| YUV | 62.13 | 147.11 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 96 | 0.77 | 0.21 | 0 | 0.62 | 196.22 | 0.63 | 0.23 |
| Hex | 16 | 4C | 60 | 4D | 15 | 0 | 3E | C4 | 3F | 17 |
| Octal | 26 | 114 | 140 | 115 | 25 | 0 | 76 | 304 | 77 | 27 |
| Binary | 10110 | 1001100 | 1100000 | 1001101 | 10101 | 0 | 111110 | 11000100 | 111111 | 10111 |
Color Harmonies of #164C60
Complementary color
Monochromatic Colors of #164C60
Black with #164C60
Text Example
Text Example
White with #164C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C60; }
p { color: rgb(22,76,96); }
H1.HeaderClassName
{
color: #164C60;
}
.AnyTagClassName
{
color: #164C60;
}
</style>
background-color css
<style>
a { background-color: #164C60; }
a { background-color: rgb(22,76,96); }
div.DivClassName
{
background-color: #164C60;
}
.BgClassName
{
background-color: #164C60;
}
</style>
border-color css
<style>
span { border-color: #164C60; }
span { border-color: rgb(22,76,96); }
td.TdClassName
{
border-color: #164C60;
}
.TagClassName
{
border-color: #164C60;
}
</style>