Shades of Astronaut Blue #164B61
Tints of Astronaut Blue #164B61
RGB
CMYK
RGB Variations
Color information
#164B61 (or 0x164B61) is known color: Astronaut Blue. HEX triplet: 16, 4B and 61. RGB value is (22,75,97). Sum of RGB (Red+Green+Blue) = 22+75+97=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #164B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B61 is #E9B49E. Grayscale: #3D3D3D. Windows color (decimal): -15316127 or 6376214. OLE color: 6376214.
HSL color Cylindrical-coordinate representation of color #164B61: hue angle of 197.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164B61 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 75 | 97 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.62 |
| HSL | 197.6º | 0.63% | 0.23% | - |
| HSV(B) | 197.6º | 0.77% | 0.38% | - |
| XYZ | 5 | 6.07 | 12.22 | - |
| YUV | 61.66 | 147.94 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 97 | 0.77 | 0.23 | 0 | 0.62 | 197.6 | 0.63 | 0.23 |
| Hex | 16 | 4B | 61 | 4D | 17 | 0 | 3E | C6 | 3F | 17 |
| Octal | 26 | 113 | 141 | 115 | 27 | 0 | 76 | 306 | 77 | 27 |
| Binary | 10110 | 1001011 | 1100001 | 1001101 | 10111 | 0 | 111110 | 11000110 | 111111 | 10111 |
Color Harmonies of #164B61
Complementary color
Monochromatic Colors of #164B61
Black with #164B61
Text Example
Text Example
White with #164B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B61; }
p { color: rgb(22,75,97); }
H1.HeaderClassName
{
color: #164B61;
}
.AnyTagClassName
{
color: #164B61;
}
</style>
background-color css
<style>
a { background-color: #164B61; }
a { background-color: rgb(22,75,97); }
div.DivClassName
{
background-color: #164B61;
}
.BgClassName
{
background-color: #164B61;
}
</style>
border-color css
<style>
span { border-color: #164B61; }
span { border-color: rgb(22,75,97); }
td.TdClassName
{
border-color: #164B61;
}
.TagClassName
{
border-color: #164B61;
}
</style>