Shades of Astronaut Blue #164659
Tints of Astronaut Blue #164659
RGB
CMYK
RGB Variations
Color information
#164659 (or 0x164659) is known color: Astronaut Blue. HEX triplet: 16, 46 and 59. RGB value is (22,70,89). Sum of RGB (Red+Green+Blue) = 22+70+89=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #164659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164659 is #E9B9A6. Grayscale: #393939. Windows color (decimal): -15317415 or 5850646. OLE color: 5850646.
HSL color Cylindrical-coordinate representation of color #164659: hue angle of 197.01º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164659 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 70 | 89 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.65 |
| HSL | 197.01º | 0.6% | 0.22% | - |
| HSV(B) | 197.01º | 0.75% | 0.35% | - |
| XYZ | 4.32 | 5.27 | 10.24 | - |
| YUV | 57.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 89 | 0.75 | 0.21 | 0 | 0.65 | 197.01 | 0.6 | 0.22 |
| Hex | 16 | 46 | 59 | 4B | 15 | 0 | 41 | C5 | 3C | 16 |
| Octal | 26 | 106 | 131 | 113 | 25 | 0 | 101 | 305 | 74 | 26 |
| Binary | 10110 | 1000110 | 1011001 | 1001011 | 10101 | 0 | 1000001 | 11000101 | 111100 | 10110 |
Color Harmonies of #164659
Complementary color
Monochromatic Colors of #164659
Black with #164659
Text Example
Text Example
White with #164659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164659; }
p { color: rgb(22,70,89); }
H1.HeaderClassName
{
color: #164659;
}
.AnyTagClassName
{
color: #164659;
}
</style>
background-color css
<style>
a { background-color: #164659; }
a { background-color: rgb(22,70,89); }
div.DivClassName
{
background-color: #164659;
}
.BgClassName
{
background-color: #164659;
}
</style>
border-color css
<style>
span { border-color: #164659; }
span { border-color: rgb(22,70,89); }
td.TdClassName
{
border-color: #164659;
}
.TagClassName
{
border-color: #164659;
}
</style>