Shades of Astronaut Blue #164761
Tints of Astronaut Blue #164761
RGB
CMYK
RGB Variations
Color information
#164761 (or 0x164761) is known color: Astronaut Blue. HEX triplet: 16, 47 and 61. RGB value is (22,71,97). Sum of RGB (Red+Green+Blue) = 22+71+97=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #164761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164761 is #E9B89E. Grayscale: #3B3B3B. Windows color (decimal): -15317151 or 6375190. OLE color: 6375190.
HSL color Cylindrical-coordinate representation of color #164761: hue angle of 200.8º 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 #164761 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 71 | 97 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.62 |
| HSL | 200.8º | 0.63% | 0.23% | - |
| HSV(B) | 200.8º | 0.77% | 0.38% | - |
| XYZ | 4.74 | 5.54 | 12.13 | - |
| YUV | 59.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 97 | 0.77 | 0.27 | 0 | 0.62 | 200.8 | 0.63 | 0.23 |
| Hex | 16 | 47 | 61 | 4D | 1B | 0 | 3E | C9 | 3F | 17 |
| Octal | 26 | 107 | 141 | 115 | 33 | 0 | 76 | 311 | 77 | 27 |
| Binary | 10110 | 1000111 | 1100001 | 1001101 | 11011 | 0 | 111110 | 11001001 | 111111 | 10111 |
Color Harmonies of #164761
Complementary color
Monochromatic Colors of #164761
Black with #164761
Text Example
Text Example
White with #164761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164761; }
p { color: rgb(22,71,97); }
H1.HeaderClassName
{
color: #164761;
}
.AnyTagClassName
{
color: #164761;
}
</style>
background-color css
<style>
a { background-color: #164761; }
a { background-color: rgb(22,71,97); }
div.DivClassName
{
background-color: #164761;
}
.BgClassName
{
background-color: #164761;
}
</style>
border-color css
<style>
span { border-color: #164761; }
span { border-color: rgb(22,71,97); }
td.TdClassName
{
border-color: #164761;
}
.TagClassName
{
border-color: #164761;
}
</style>