Shades of Astronaut Blue #164057
Tints of Astronaut Blue #164057
RGB
CMYK
RGB Variations
Color information
#164057 (or 0x164057) is known color: Astronaut Blue. HEX triplet: 16, 40 and 57. RGB value is (22,64,87). Sum of RGB (Red+Green+Blue) = 22+64+87=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #164057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164057 is #E9BFA8. Grayscale: #353535. Windows color (decimal): -15318953 or 5718038. OLE color: 5718038.
HSL color Cylindrical-coordinate representation of color #164057: hue angle of 201.23º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164057 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 64 | 87 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.66 |
| HSL | 201.23º | 0.6% | 0.21% | - |
| HSV(B) | 201.23º | 0.75% | 0.34% | - |
| XYZ | 3.88 | 4.53 | 9.69 | - |
| YUV | 54.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 87 | 0.75 | 0.26 | 0 | 0.66 | 201.23 | 0.6 | 0.21 |
| Hex | 16 | 40 | 57 | 4B | 1A | 0 | 42 | C9 | 3C | 15 |
| Octal | 26 | 100 | 127 | 113 | 32 | 0 | 102 | 311 | 74 | 25 |
| Binary | 10110 | 1000000 | 1010111 | 1001011 | 11010 | 0 | 1000010 | 11001001 | 111100 | 10101 |
Color Harmonies of #164057
Complementary color
Monochromatic Colors of #164057
Black with #164057
Text Example
Text Example
White with #164057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164057; }
p { color: rgb(22,64,87); }
H1.HeaderClassName
{
color: #164057;
}
.AnyTagClassName
{
color: #164057;
}
</style>
background-color css
<style>
a { background-color: #164057; }
a { background-color: rgb(22,64,87); }
div.DivClassName
{
background-color: #164057;
}
.BgClassName
{
background-color: #164057;
}
</style>
border-color css
<style>
span { border-color: #164057; }
span { border-color: rgb(22,64,87); }
td.TdClassName
{
border-color: #164057;
}
.TagClassName
{
border-color: #164057;
}
</style>