Shades of Astronaut Blue #164768
Tints of Astronaut Blue #164768
RGB
CMYK
RGB Variations
Color information
#164768 (or 0x164768) is known color: Astronaut Blue. HEX triplet: 16, 47 and 68. RGB value is (22,71,104). Sum of RGB (Red+Green+Blue) = 22+71+104=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #164768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164768 is #E9B897. Grayscale: #3B3B3B. Windows color (decimal): -15317144 or 6833942. OLE color: 6833942.
HSL color Cylindrical-coordinate representation of color #164768: hue angle of 204.15º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #164768 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 71 | 104 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.59 |
| HSL | 204.15º | 0.65% | 0.25% | - |
| HSV(B) | 204.15º | 0.79% | 0.41% | - |
| XYZ | 5.08 | 5.68 | 13.92 | - |
| YUV | 60.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 104 | 0.79 | 0.32 | 0 | 0.59 | 204.15 | 0.65 | 0.25 |
| Hex | 16 | 47 | 68 | 4F | 20 | 0 | 3B | CC | 41 | 19 |
| Octal | 26 | 107 | 150 | 117 | 40 | 0 | 73 | 314 | 101 | 31 |
| Binary | 10110 | 1000111 | 1101000 | 1001111 | 100000 | 0 | 111011 | 11001100 | 1000001 | 11001 |
Color Harmonies of #164768
Complementary color
Monochromatic Colors of #164768
Black with #164768
Text Example
Text Example
White with #164768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164768; }
p { color: rgb(22,71,104); }
H1.HeaderClassName
{
color: #164768;
}
.AnyTagClassName
{
color: #164768;
}
</style>
background-color css
<style>
a { background-color: #164768; }
a { background-color: rgb(22,71,104); }
div.DivClassName
{
background-color: #164768;
}
.BgClassName
{
background-color: #164768;
}
</style>
border-color css
<style>
span { border-color: #164768; }
span { border-color: rgb(22,71,104); }
td.TdClassName
{
border-color: #164768;
}
.TagClassName
{
border-color: #164768;
}
</style>