Shades of Astronaut Blue #164458
Tints of Astronaut Blue #164458
RGB
CMYK
RGB Variations
Color information
#164458 (or 0x164458) is known color: Astronaut Blue. HEX triplet: 16, 44 and 58. RGB value is (22,68,88). Sum of RGB (Red+Green+Blue) = 22+68+88=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #164458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164458 is #E9BBA7. Grayscale: #383838. Windows color (decimal): -15317928 or 5784598. OLE color: 5784598.
HSL color Cylindrical-coordinate representation of color #164458: hue angle of 198.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164458 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 68 | 88 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.65 |
| HSL | 198.18º | 0.6% | 0.22% | - |
| HSV(B) | 198.18º | 0.75% | 0.35% | - |
| XYZ | 4.16 | 5.01 | 9.98 | - |
| YUV | 56.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 88 | 0.75 | 0.23 | 0 | 0.65 | 198.18 | 0.6 | 0.22 |
| Hex | 16 | 44 | 58 | 4B | 17 | 0 | 41 | C6 | 3C | 16 |
| Octal | 26 | 104 | 130 | 113 | 27 | 0 | 101 | 306 | 74 | 26 |
| Binary | 10110 | 1000100 | 1011000 | 1001011 | 10111 | 0 | 1000001 | 11000110 | 111100 | 10110 |
Color Harmonies of #164458
Complementary color
Monochromatic Colors of #164458
Black with #164458
Text Example
Text Example
White with #164458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164458; }
p { color: rgb(22,68,88); }
H1.HeaderClassName
{
color: #164458;
}
.AnyTagClassName
{
color: #164458;
}
</style>
background-color css
<style>
a { background-color: #164458; }
a { background-color: rgb(22,68,88); }
div.DivClassName
{
background-color: #164458;
}
.BgClassName
{
background-color: #164458;
}
</style>
border-color css
<style>
span { border-color: #164458; }
span { border-color: rgb(22,68,88); }
td.TdClassName
{
border-color: #164458;
}
.TagClassName
{
border-color: #164458;
}
</style>