Shades of Astronaut Blue #164E64
Tints of Astronaut Blue #164E64
RGB
CMYK
RGB Variations
Color information
#164E64 (or 0x164E64) is known color: Astronaut Blue. HEX triplet: 16, 4E and 64. RGB value is (22,78,100). Sum of RGB (Red+Green+Blue) = 22+78+100=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #164E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E64 is #E9B19B. Grayscale: #3F3F3F. Windows color (decimal): -15315356 or 6573590. OLE color: 6573590.
HSL color Cylindrical-coordinate representation of color #164E64: hue angle of 196.92º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164E64 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 78 | 100 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.61 |
| HSL | 196.92º | 0.64% | 0.24% | - |
| HSV(B) | 196.92º | 0.78% | 0.39% | - |
| XYZ | 5.36 | 6.54 | 13.04 | - |
| YUV | 63.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 100 | 0.78 | 0.22 | 0 | 0.61 | 196.92 | 0.64 | 0.24 |
| Hex | 16 | 4E | 64 | 4E | 16 | 0 | 3D | C5 | 40 | 18 |
| Octal | 26 | 116 | 144 | 116 | 26 | 0 | 75 | 305 | 100 | 30 |
| Binary | 10110 | 1001110 | 1100100 | 1001110 | 10110 | 0 | 111101 | 11000101 | 1000000 | 11000 |
Color Harmonies of #164E64
Complementary color
Monochromatic Colors of #164E64
Black with #164E64
Text Example
Text Example
White with #164E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E64; }
p { color: rgb(22,78,100); }
H1.HeaderClassName
{
color: #164E64;
}
.AnyTagClassName
{
color: #164E64;
}
</style>
background-color css
<style>
a { background-color: #164E64; }
a { background-color: rgb(22,78,100); }
div.DivClassName
{
background-color: #164E64;
}
.BgClassName
{
background-color: #164E64;
}
</style>
border-color css
<style>
span { border-color: #164E64; }
span { border-color: rgb(22,78,100); }
td.TdClassName
{
border-color: #164E64;
}
.TagClassName
{
border-color: #164E64;
}
</style>