Shades of Astronaut Blue #164C65
Tints of Astronaut Blue #164C65
RGB
CMYK
RGB Variations
Color information
#164C65 (or 0x164C65) is known color: Astronaut Blue. HEX triplet: 16, 4C and 65. RGB value is (22,76,101). Sum of RGB (Red+Green+Blue) = 22+76+101=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #164C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C65 is #E9B39A. Grayscale: #3E3E3E. Windows color (decimal): -15315867 or 6638614. OLE color: 6638614.
HSL color Cylindrical-coordinate representation of color #164C65: hue angle of 198.99º degrees, saturation: 0.64, 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 #164C65 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 76 | 101 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.60 |
| HSL | 198.99º | 0.64% | 0.24% | - |
| HSV(B) | 198.99º | 0.78% | 0.4% | - |
| XYZ | 5.26 | 6.28 | 13.25 | - |
| YUV | 62.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 101 | 0.78 | 0.25 | 0 | 0.60 | 198.99 | 0.64 | 0.24 |
| Hex | 16 | 4C | 65 | 4E | 19 | 0 | 3C | C7 | 40 | 18 |
| Octal | 26 | 114 | 145 | 116 | 31 | 0 | 74 | 307 | 100 | 30 |
| Binary | 10110 | 1001100 | 1100101 | 1001110 | 11001 | 0 | 111100 | 11000111 | 1000000 | 11000 |
Color Harmonies of #164C65
Complementary color
Monochromatic Colors of #164C65
Black with #164C65
Text Example
Text Example
White with #164C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C65; }
p { color: rgb(22,76,101); }
H1.HeaderClassName
{
color: #164C65;
}
.AnyTagClassName
{
color: #164C65;
}
</style>
background-color css
<style>
a { background-color: #164C65; }
a { background-color: rgb(22,76,101); }
div.DivClassName
{
background-color: #164C65;
}
.BgClassName
{
background-color: #164C65;
}
</style>
border-color css
<style>
span { border-color: #164C65; }
span { border-color: rgb(22,76,101); }
td.TdClassName
{
border-color: #164C65;
}
.TagClassName
{
border-color: #164C65;
}
</style>