Shades of Astronaut Blue #164C62
Tints of Astronaut Blue #164C62
RGB
CMYK
RGB Variations
Color information
#164C62 (or 0x164C62) is known color: Astronaut Blue. HEX triplet: 16, 4C and 62. RGB value is (22,76,98). Sum of RGB (Red+Green+Blue) = 22+76+98=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #164C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C62 is #E9B39D. Grayscale: #3E3E3E. Windows color (decimal): -15315870 or 6442006. OLE color: 6442006.
HSL color Cylindrical-coordinate representation of color #164C62: hue angle of 197.37º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164C62 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 76 | 98 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.62 |
| HSL | 197.37º | 0.63% | 0.24% | - |
| HSV(B) | 197.37º | 0.78% | 0.38% | - |
| XYZ | 5.12 | 6.22 | 12.49 | - |
| YUV | 62.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 98 | 0.78 | 0.22 | 0 | 0.62 | 197.37 | 0.63 | 0.24 |
| Hex | 16 | 4C | 62 | 4E | 16 | 0 | 3E | C5 | 3F | 18 |
| Octal | 26 | 114 | 142 | 116 | 26 | 0 | 76 | 305 | 77 | 30 |
| Binary | 10110 | 1001100 | 1100010 | 1001110 | 10110 | 0 | 111110 | 11000101 | 111111 | 11000 |
Color Harmonies of #164C62
Complementary color
Monochromatic Colors of #164C62
Black with #164C62
Text Example
Text Example
White with #164C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C62; }
p { color: rgb(22,76,98); }
H1.HeaderClassName
{
color: #164C62;
}
.AnyTagClassName
{
color: #164C62;
}
</style>
background-color css
<style>
a { background-color: #164C62; }
a { background-color: rgb(22,76,98); }
div.DivClassName
{
background-color: #164C62;
}
.BgClassName
{
background-color: #164C62;
}
</style>
border-color css
<style>
span { border-color: #164C62; }
span { border-color: rgb(22,76,98); }
td.TdClassName
{
border-color: #164C62;
}
.TagClassName
{
border-color: #164C62;
}
</style>