Shades of Astronaut Blue #164356
Tints of Astronaut Blue #164356
RGB
CMYK
RGB Variations
Color information
#164356 (or 0x164356) is known color: Astronaut Blue. HEX triplet: 16, 43 and 56. RGB value is (22,67,86). Sum of RGB (Red+Green+Blue) = 22+67+86=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #164356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164356 is #E9BCA9. Grayscale: #373737. Windows color (decimal): -15318186 or 5653270. OLE color: 5653270.
HSL color Cylindrical-coordinate representation of color #164356: hue angle of 197.81º 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 #164356 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 67 | 86 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.66 |
| HSL | 197.81º | 0.59% | 0.21% | - |
| HSV(B) | 197.81º | 0.74% | 0.34% | - |
| XYZ | 4.02 | 4.86 | 9.53 | - |
| YUV | 55.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 86 | 0.74 | 0.22 | 0 | 0.66 | 197.81 | 0.59 | 0.21 |
| Hex | 16 | 43 | 56 | 4A | 16 | 0 | 42 | C6 | 3B | 15 |
| Octal | 26 | 103 | 126 | 112 | 26 | 0 | 102 | 306 | 73 | 25 |
| Binary | 10110 | 1000011 | 1010110 | 1001010 | 10110 | 0 | 1000010 | 11000110 | 111011 | 10101 |
Color Harmonies of #164356
Complementary color
Monochromatic Colors of #164356
Black with #164356
Text Example
Text Example
White with #164356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164356; }
p { color: rgb(22,67,86); }
H1.HeaderClassName
{
color: #164356;
}
.AnyTagClassName
{
color: #164356;
}
</style>
background-color css
<style>
a { background-color: #164356; }
a { background-color: rgb(22,67,86); }
div.DivClassName
{
background-color: #164356;
}
.BgClassName
{
background-color: #164356;
}
</style>
border-color css
<style>
span { border-color: #164356; }
span { border-color: rgb(22,67,86); }
td.TdClassName
{
border-color: #164356;
}
.TagClassName
{
border-color: #164356;
}
</style>