Shades of Astronaut Blue #164866
Tints of Astronaut Blue #164866
RGB
CMYK
RGB Variations
Color information
#164866 (or 0x164866) is known color: Astronaut Blue. HEX triplet: 16, 48 and 66. RGB value is (22,72,102). Sum of RGB (Red+Green+Blue) = 22+72+102=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #164866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164866 is #E9B799. Grayscale: #3C3C3C. Windows color (decimal): -15316890 or 6703126. OLE color: 6703126.
HSL color Cylindrical-coordinate representation of color #164866: hue angle of 202.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164866 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 72 | 102 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.6 |
| HSL | 202.5º | 0.65% | 0.24% | - |
| HSV(B) | 202.5º | 0.78% | 0.4% | - |
| XYZ | 5.05 | 5.76 | 13.42 | - |
| YUV | 60.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 102 | 0.78 | 0.29 | 0 | 0.6 | 202.5 | 0.65 | 0.24 |
| Hex | 16 | 48 | 66 | 4E | 1D | 0 | 3C | CA | 41 | 18 |
| Octal | 26 | 110 | 146 | 116 | 35 | 0 | 74 | 312 | 101 | 30 |
| Binary | 10110 | 1001000 | 1100110 | 1001110 | 11101 | 0 | 111100 | 11001010 | 1000001 | 11000 |
Color Harmonies of #164866
Complementary color
Monochromatic Colors of #164866
Black with #164866
Text Example
Text Example
White with #164866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164866; }
p { color: rgb(22,72,102); }
H1.HeaderClassName
{
color: #164866;
}
.AnyTagClassName
{
color: #164866;
}
</style>
background-color css
<style>
a { background-color: #164866; }
a { background-color: rgb(22,72,102); }
div.DivClassName
{
background-color: #164866;
}
.BgClassName
{
background-color: #164866;
}
</style>
border-color css
<style>
span { border-color: #164866; }
span { border-color: rgb(22,72,102); }
td.TdClassName
{
border-color: #164866;
}
.TagClassName
{
border-color: #164866;
}
</style>