Shades of Astronaut Blue #164A66
Tints of Astronaut Blue #164A66
RGB
CMYK
RGB Variations
Color information
#164A66 (or 0x164A66) is known color: Astronaut Blue. HEX triplet: 16, 4A and 66. RGB value is (22,74,102). Sum of RGB (Red+Green+Blue) = 22+74+102=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #164A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A66 is #E9B599. Grayscale: #3D3D3D. Windows color (decimal): -15316378 or 6703638. OLE color: 6703638.
HSL color Cylindrical-coordinate representation of color #164A66: hue angle of 201º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164A66 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 74 | 102 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.6 |
| HSL | 201º | 0.65% | 0.24% | - |
| HSV(B) | 201º | 0.78% | 0.4% | - |
| XYZ | 5.18 | 6.03 | 13.46 | - |
| YUV | 61.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 102 | 0.78 | 0.27 | 0 | 0.6 | 201 | 0.65 | 0.24 |
| Hex | 16 | 4A | 66 | 4E | 1B | 0 | 3C | C9 | 41 | 18 |
| Octal | 26 | 112 | 146 | 116 | 33 | 0 | 74 | 311 | 101 | 30 |
| Binary | 10110 | 1001010 | 1100110 | 1001110 | 11011 | 0 | 111100 | 11001001 | 1000001 | 11000 |
Color Harmonies of #164A66
Complementary color
Monochromatic Colors of #164A66
Black with #164A66
Text Example
Text Example
White with #164A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A66; }
p { color: rgb(22,74,102); }
H1.HeaderClassName
{
color: #164A66;
}
.AnyTagClassName
{
color: #164A66;
}
</style>
background-color css
<style>
a { background-color: #164A66; }
a { background-color: rgb(22,74,102); }
div.DivClassName
{
background-color: #164A66;
}
.BgClassName
{
background-color: #164A66;
}
</style>
border-color css
<style>
span { border-color: #164A66; }
span { border-color: rgb(22,74,102); }
td.TdClassName
{
border-color: #164A66;
}
.TagClassName
{
border-color: #164A66;
}
</style>