Shades of Astronaut Blue #164455
Tints of Astronaut Blue #164455
RGB
CMYK
RGB Variations
Color information
#164455 (or 0x164455) is known color: Astronaut Blue. HEX triplet: 16, 44 and 55. RGB value is (22,68,85). Sum of RGB (Red+Green+Blue) = 22+68+85=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #164455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164455 is #E9BBAA. Grayscale: #383838. Windows color (decimal): -15317931 or 5587990. OLE color: 5587990.
HSL color Cylindrical-coordinate representation of color #164455: hue angle of 196.19º degrees, saturation: 0.59, 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 #164455 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 68 | 85 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.67 |
| HSL | 196.19º | 0.59% | 0.21% | - |
| HSV(B) | 196.19º | 0.74% | 0.33% | - |
| XYZ | 4.04 | 4.96 | 9.34 | - |
| YUV | 56.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 85 | 0.74 | 0.20 | 0 | 0.67 | 196.19 | 0.59 | 0.21 |
| Hex | 16 | 44 | 55 | 4A | 14 | 0 | 43 | C4 | 3B | 15 |
| Octal | 26 | 104 | 125 | 112 | 24 | 0 | 103 | 304 | 73 | 25 |
| Binary | 10110 | 1000100 | 1010101 | 1001010 | 10100 | 0 | 1000011 | 11000100 | 111011 | 10101 |
Color Harmonies of #164455
Complementary color
Monochromatic Colors of #164455
Black with #164455
Text Example
Text Example
White with #164455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164455; }
p { color: rgb(22,68,85); }
H1.HeaderClassName
{
color: #164455;
}
.AnyTagClassName
{
color: #164455;
}
</style>
background-color css
<style>
a { background-color: #164455; }
a { background-color: rgb(22,68,85); }
div.DivClassName
{
background-color: #164455;
}
.BgClassName
{
background-color: #164455;
}
</style>
border-color css
<style>
span { border-color: #164455; }
span { border-color: rgb(22,68,85); }
td.TdClassName
{
border-color: #164455;
}
.TagClassName
{
border-color: #164455;
}
</style>