Shades of Astronaut Blue #164154
Tints of Astronaut Blue #164154
RGB
CMYK
RGB Variations
Color information
#164154 (or 0x164154) is known color: Astronaut Blue. HEX triplet: 16, 41 and 54. RGB value is (22,65,84). Sum of RGB (Red+Green+Blue) = 22+65+84=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #164154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164154 is #E9BEAB. Grayscale: #363636. Windows color (decimal): -15318700 or 5521686. OLE color: 5521686.
HSL color Cylindrical-coordinate representation of color #164154: hue angle of 198.39º 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 #164154 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 65 | 84 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.67 |
| HSL | 198.39º | 0.58% | 0.21% | - |
| HSV(B) | 198.39º | 0.74% | 0.33% | - |
| XYZ | 3.82 | 4.59 | 9.07 | - |
| YUV | 54.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 84 | 0.74 | 0.23 | 0 | 0.67 | 198.39 | 0.58 | 0.21 |
| Hex | 16 | 41 | 54 | 4A | 17 | 0 | 43 | C6 | 3A | 15 |
| Octal | 26 | 101 | 124 | 112 | 27 | 0 | 103 | 306 | 72 | 25 |
| Binary | 10110 | 1000001 | 1010100 | 1001010 | 10111 | 0 | 1000011 | 11000110 | 111010 | 10101 |
Color Harmonies of #164154
Complementary color
Monochromatic Colors of #164154
Black with #164154
Text Example
Text Example
White with #164154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164154; }
p { color: rgb(22,65,84); }
H1.HeaderClassName
{
color: #164154;
}
.AnyTagClassName
{
color: #164154;
}
</style>
background-color css
<style>
a { background-color: #164154; }
a { background-color: rgb(22,65,84); }
div.DivClassName
{
background-color: #164154;
}
.BgClassName
{
background-color: #164154;
}
</style>
border-color css
<style>
span { border-color: #164154; }
span { border-color: rgb(22,65,84); }
td.TdClassName
{
border-color: #164154;
}
.TagClassName
{
border-color: #164154;
}
</style>