Shades of Astronaut Blue #164D61
Tints of Astronaut Blue #164D61
RGB
CMYK
RGB Variations
Color information
#164D61 (or 0x164D61) is known color: Astronaut Blue. HEX triplet: 16, 4D and 61. RGB value is (22,77,97). Sum of RGB (Red+Green+Blue) = 22+77+97=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #164D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D61 is #E9B29E. Grayscale: #3E3E3E. Windows color (decimal): -15315615 or 6376726. OLE color: 6376726.
HSL color Cylindrical-coordinate representation of color #164D61: hue angle of 196º 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 #164D61 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 77 | 97 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.62 |
| HSL | 196º | 0.63% | 0.23% | - |
| HSV(B) | 196º | 0.77% | 0.38% | - |
| XYZ | 5.14 | 6.34 | 12.26 | - |
| YUV | 62.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 97 | 0.77 | 0.21 | 0 | 0.62 | 196 | 0.63 | 0.23 |
| Hex | 16 | 4D | 61 | 4D | 15 | 0 | 3E | C4 | 3F | 17 |
| Octal | 26 | 115 | 141 | 115 | 25 | 0 | 76 | 304 | 77 | 27 |
| Binary | 10110 | 1001101 | 1100001 | 1001101 | 10101 | 0 | 111110 | 11000100 | 111111 | 10111 |
Color Harmonies of #164D61
Complementary color
Monochromatic Colors of #164D61
Black with #164D61
Text Example
Text Example
White with #164D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D61; }
p { color: rgb(22,77,97); }
H1.HeaderClassName
{
color: #164D61;
}
.AnyTagClassName
{
color: #164D61;
}
</style>
background-color css
<style>
a { background-color: #164D61; }
a { background-color: rgb(22,77,97); }
div.DivClassName
{
background-color: #164D61;
}
.BgClassName
{
background-color: #164D61;
}
</style>
border-color css
<style>
span { border-color: #164D61; }
span { border-color: rgb(22,77,97); }
td.TdClassName
{
border-color: #164D61;
}
.TagClassName
{
border-color: #164D61;
}
</style>