Shades of Astronaut Blue #164665
Tints of Astronaut Blue #164665
RGB
CMYK
RGB Variations
Color information
#164665 (or 0x164665) is known color: Astronaut Blue. HEX triplet: 16, 46 and 65. RGB value is (22,70,101). Sum of RGB (Red+Green+Blue) = 22+70+101=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #164665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164665 is #E9B99A. Grayscale: #3B3B3B. Windows color (decimal): -15317403 or 6637078. OLE color: 6637078.
HSL color Cylindrical-coordinate representation of color #164665: hue angle of 203.54º degrees, saturation: 0.64, 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 #164665 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 70 | 101 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.60 |
| HSL | 203.54º | 0.64% | 0.24% | - |
| HSV(B) | 203.54º | 0.78% | 0.4% | - |
| XYZ | 4.87 | 5.49 | 13.12 | - |
| YUV | 59.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 101 | 0.78 | 0.31 | 0 | 0.60 | 203.54 | 0.64 | 0.24 |
| Hex | 16 | 46 | 65 | 4E | 1F | 0 | 3C | CC | 40 | 18 |
| Octal | 26 | 106 | 145 | 116 | 37 | 0 | 74 | 314 | 100 | 30 |
| Binary | 10110 | 1000110 | 1100101 | 1001110 | 11111 | 0 | 111100 | 11001100 | 1000000 | 11000 |
Color Harmonies of #164665
Complementary color
Monochromatic Colors of #164665
Black with #164665
Text Example
Text Example
White with #164665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164665; }
p { color: rgb(22,70,101); }
H1.HeaderClassName
{
color: #164665;
}
.AnyTagClassName
{
color: #164665;
}
</style>
background-color css
<style>
a { background-color: #164665; }
a { background-color: rgb(22,70,101); }
div.DivClassName
{
background-color: #164665;
}
.BgClassName
{
background-color: #164665;
}
</style>
border-color css
<style>
span { border-color: #164665; }
span { border-color: rgb(22,70,101); }
td.TdClassName
{
border-color: #164665;
}
.TagClassName
{
border-color: #164665;
}
</style>