Shades of Astronaut Blue #164D66
Tints of Astronaut Blue #164D66
RGB
CMYK
RGB Variations
Color information
#164D66 (or 0x164D66) is known color: Astronaut Blue. HEX triplet: 16, 4D and 66. RGB value is (22,77,102). Sum of RGB (Red+Green+Blue) = 22+77+102=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #164D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D66 is #E9B299. Grayscale: #3F3F3F. Windows color (decimal): -15315610 or 6704406. OLE color: 6704406.
HSL color Cylindrical-coordinate representation of color #164D66: hue angle of 198.75º 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 #164D66 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 77 | 102 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.6 |
| HSL | 198.75º | 0.65% | 0.24% | - |
| HSV(B) | 198.75º | 0.78% | 0.4% | - |
| XYZ | 5.38 | 6.44 | 13.53 | - |
| YUV | 63.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 102 | 0.78 | 0.25 | 0 | 0.6 | 198.75 | 0.65 | 0.24 |
| Hex | 16 | 4D | 66 | 4E | 19 | 0 | 3C | C7 | 41 | 18 |
| Octal | 26 | 115 | 146 | 116 | 31 | 0 | 74 | 307 | 101 | 30 |
| Binary | 10110 | 1001101 | 1100110 | 1001110 | 11001 | 0 | 111100 | 11000111 | 1000001 | 11000 |
Color Harmonies of #164D66
Complementary color
Monochromatic Colors of #164D66
Black with #164D66
Text Example
Text Example
White with #164D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D66; }
p { color: rgb(22,77,102); }
H1.HeaderClassName
{
color: #164D66;
}
.AnyTagClassName
{
color: #164D66;
}
</style>
background-color css
<style>
a { background-color: #164D66; }
a { background-color: rgb(22,77,102); }
div.DivClassName
{
background-color: #164D66;
}
.BgClassName
{
background-color: #164D66;
}
</style>
border-color css
<style>
span { border-color: #164D66; }
span { border-color: rgb(22,77,102); }
td.TdClassName
{
border-color: #164D66;
}
.TagClassName
{
border-color: #164D66;
}
</style>