Shades of Astronaut Blue #164054
Tints of Astronaut Blue #164054
RGB
CMYK
RGB Variations
Color information
#164054 (or 0x164054) is known color: Astronaut Blue. HEX triplet: 16, 40 and 54. RGB value is (22,64,84). Sum of RGB (Red+Green+Blue) = 22+64+84=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #164054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164054 is #E9BFAB. Grayscale: #353535. Windows color (decimal): -15318956 or 5521430. OLE color: 5521430.
HSL color Cylindrical-coordinate representation of color #164054: hue angle of 199.35º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164054 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 64 | 84 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.67 |
| HSL | 199.35º | 0.58% | 0.21% | - |
| HSV(B) | 199.35º | 0.74% | 0.33% | - |
| XYZ | 3.76 | 4.48 | 9.05 | - |
| YUV | 53.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 84 | 0.74 | 0.24 | 0 | 0.67 | 199.35 | 0.58 | 0.21 |
| Hex | 16 | 40 | 54 | 4A | 18 | 0 | 43 | C7 | 3A | 15 |
| Octal | 26 | 100 | 124 | 112 | 30 | 0 | 103 | 307 | 72 | 25 |
| Binary | 10110 | 1000000 | 1010100 | 1001010 | 11000 | 0 | 1000011 | 11000111 | 111010 | 10101 |
Color Harmonies of #164054
Complementary color
Monochromatic Colors of #164054
Black with #164054
Text Example
Text Example
White with #164054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164054; }
p { color: rgb(22,64,84); }
H1.HeaderClassName
{
color: #164054;
}
.AnyTagClassName
{
color: #164054;
}
</style>
background-color css
<style>
a { background-color: #164054; }
a { background-color: rgb(22,64,84); }
div.DivClassName
{
background-color: #164054;
}
.BgClassName
{
background-color: #164054;
}
</style>
border-color css
<style>
span { border-color: #164054; }
span { border-color: rgb(22,64,84); }
td.TdClassName
{
border-color: #164054;
}
.TagClassName
{
border-color: #164054;
}
</style>