Shades of Astronaut Blue #16465D
Tints of Astronaut Blue #16465D
RGB
CMYK
RGB Variations
Color information
#16465D (or 0x16465D) is known color: Astronaut Blue. HEX triplet: 16, 46 and 5D. RGB value is (22,70,93). Sum of RGB (Red+Green+Blue) = 22+70+93=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #16465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16465D is #E9B9A2. Grayscale: #3A3A3A. Windows color (decimal): -15317411 or 6112790. OLE color: 6112790.
HSL color Cylindrical-coordinate representation of color #16465D: hue angle of 199.44º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16465D is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 70 | 93 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.64 |
| HSL | 199.44º | 0.62% | 0.23% | - |
| HSV(B) | 199.44º | 0.76% | 0.36% | - |
| XYZ | 4.5 | 5.34 | 11.15 | - |
| YUV | 58.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 93 | 0.76 | 0.25 | 0 | 0.64 | 199.44 | 0.62 | 0.23 |
| Hex | 16 | 46 | 5D | 4C | 19 | 0 | 40 | C7 | 3E | 17 |
| Octal | 26 | 106 | 135 | 114 | 31 | 0 | 100 | 307 | 76 | 27 |
| Binary | 10110 | 1000110 | 1011101 | 1001100 | 11001 | 0 | 1000000 | 11000111 | 111110 | 10111 |
Color Harmonies of #16465D
Complementary color
Monochromatic Colors of #16465D
Black with #16465D
Text Example
Text Example
White with #16465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16465D; }
p { color: rgb(22,70,93); }
H1.HeaderClassName
{
color: #16465D;
}
.AnyTagClassName
{
color: #16465D;
}
</style>
background-color css
<style>
a { background-color: #16465D; }
a { background-color: rgb(22,70,93); }
div.DivClassName
{
background-color: #16465D;
}
.BgClassName
{
background-color: #16465D;
}
</style>
border-color css
<style>
span { border-color: #16465D; }
span { border-color: rgb(22,70,93); }
td.TdClassName
{
border-color: #16465D;
}
.TagClassName
{
border-color: #16465D;
}
</style>