Shades of Astronaut Blue #164456
Tints of Astronaut Blue #164456
RGB
CMYK
RGB Variations
Color information
#164456 (or 0x164456) is known color: Astronaut Blue. HEX triplet: 16, 44 and 56. RGB value is (22,68,86). Sum of RGB (Red+Green+Blue) = 22+68+86=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #164456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164456 is #E9BBA9. Grayscale: #383838. Windows color (decimal): -15317930 or 5653526. OLE color: 5653526.
HSL color Cylindrical-coordinate representation of color #164456: hue angle of 196.88º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164456 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 68 | 86 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.66 |
| HSL | 196.88º | 0.59% | 0.21% | - |
| HSV(B) | 196.88º | 0.74% | 0.34% | - |
| XYZ | 4.08 | 4.98 | 9.55 | - |
| YUV | 56.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 86 | 0.74 | 0.21 | 0 | 0.66 | 196.88 | 0.59 | 0.21 |
| Hex | 16 | 44 | 56 | 4A | 15 | 0 | 42 | C5 | 3B | 15 |
| Octal | 26 | 104 | 126 | 112 | 25 | 0 | 102 | 305 | 73 | 25 |
| Binary | 10110 | 1000100 | 1010110 | 1001010 | 10101 | 0 | 1000010 | 11000101 | 111011 | 10101 |
Color Harmonies of #164456
Complementary color
Monochromatic Colors of #164456
Black with #164456
Text Example
Text Example
White with #164456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164456; }
p { color: rgb(22,68,86); }
H1.HeaderClassName
{
color: #164456;
}
.AnyTagClassName
{
color: #164456;
}
</style>
background-color css
<style>
a { background-color: #164456; }
a { background-color: rgb(22,68,86); }
div.DivClassName
{
background-color: #164456;
}
.BgClassName
{
background-color: #164456;
}
</style>
border-color css
<style>
span { border-color: #164456; }
span { border-color: rgb(22,68,86); }
td.TdClassName
{
border-color: #164456;
}
.TagClassName
{
border-color: #164456;
}
</style>