Shades of Astronaut Blue #164656
Tints of Astronaut Blue #164656
RGB
CMYK
RGB Variations
Color information
#164656 (or 0x164656) is known color: Astronaut Blue. HEX triplet: 16, 46 and 56. RGB value is (22,70,86). Sum of RGB (Red+Green+Blue) = 22+70+86=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #164656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164656 is #E9B9A9. Grayscale: #393939. Windows color (decimal): -15317418 or 5654038. OLE color: 5654038.
HSL color Cylindrical-coordinate representation of color #164656: hue angle of 195º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164656 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 70 | 86 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.66 |
| HSL | 195º | 0.59% | 0.21% | - |
| HSV(B) | 195º | 0.74% | 0.34% | - |
| XYZ | 4.2 | 5.22 | 9.59 | - |
| YUV | 57.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 86 | 0.74 | 0.19 | 0 | 0.66 | 195 | 0.59 | 0.21 |
| Hex | 16 | 46 | 56 | 4A | 13 | 0 | 42 | C3 | 3B | 15 |
| Octal | 26 | 106 | 126 | 112 | 23 | 0 | 102 | 303 | 73 | 25 |
| Binary | 10110 | 1000110 | 1010110 | 1001010 | 10011 | 0 | 1000010 | 11000011 | 111011 | 10101 |
Color Harmonies of #164656
Complementary color
Monochromatic Colors of #164656
Black with #164656
Text Example
Text Example
White with #164656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164656; }
p { color: rgb(22,70,86); }
H1.HeaderClassName
{
color: #164656;
}
.AnyTagClassName
{
color: #164656;
}
</style>
background-color css
<style>
a { background-color: #164656; }
a { background-color: rgb(22,70,86); }
div.DivClassName
{
background-color: #164656;
}
.BgClassName
{
background-color: #164656;
}
</style>
border-color css
<style>
span { border-color: #164656; }
span { border-color: rgb(22,70,86); }
td.TdClassName
{
border-color: #164656;
}
.TagClassName
{
border-color: #164656;
}
</style>