Shades of Astronaut Blue #164D5D
Tints of Astronaut Blue #164D5D
RGB
CMYK
RGB Variations
Color information
#164D5D (or 0x164D5D) is known color: Astronaut Blue. HEX triplet: 16, 4D and 5D. RGB value is (22,77,93). Sum of RGB (Red+Green+Blue) = 22+77+93=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #164D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D5D is #E9B2A2. Grayscale: #3E3E3E. Windows color (decimal): -15315619 or 6114582. OLE color: 6114582.
HSL color Cylindrical-coordinate representation of color #164D5D: hue angle of 193.52º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164D5D is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 77 | 93 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.64 |
| HSL | 193.52º | 0.62% | 0.23% | - |
| HSV(B) | 193.52º | 0.76% | 0.36% | - |
| XYZ | 4.96 | 6.27 | 11.3 | - |
| YUV | 62.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 93 | 0.76 | 0.17 | 0 | 0.64 | 193.52 | 0.62 | 0.23 |
| Hex | 16 | 4D | 5D | 4C | 11 | 0 | 40 | C2 | 3E | 17 |
| Octal | 26 | 115 | 135 | 114 | 21 | 0 | 100 | 302 | 76 | 27 |
| Binary | 10110 | 1001101 | 1011101 | 1001100 | 10001 | 0 | 1000000 | 11000010 | 111110 | 10111 |
Color Harmonies of #164D5D
Complementary color
Monochromatic Colors of #164D5D
Black with #164D5D
Text Example
Text Example
White with #164D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D5D; }
p { color: rgb(22,77,93); }
H1.HeaderClassName
{
color: #164D5D;
}
.AnyTagClassName
{
color: #164D5D;
}
</style>
background-color css
<style>
a { background-color: #164D5D; }
a { background-color: rgb(22,77,93); }
div.DivClassName
{
background-color: #164D5D;
}
.BgClassName
{
background-color: #164D5D;
}
</style>
border-color css
<style>
span { border-color: #164D5D; }
span { border-color: rgb(22,77,93); }
td.TdClassName
{
border-color: #164D5D;
}
.TagClassName
{
border-color: #164D5D;
}
</style>