Shades of Astronaut Blue #16475B
Tints of Astronaut Blue #16475B
RGB
CMYK
RGB Variations
Color information
#16475B (or 0x16475B) is known color: Astronaut Blue. HEX triplet: 16, 47 and 5B. RGB value is (22,71,91). Sum of RGB (Red+Green+Blue) = 22+71+91=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #16475B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16475B is #E9B8A4. Grayscale: #3A3A3A. Windows color (decimal): -15317157 or 5981974. OLE color: 5981974.
HSL color Cylindrical-coordinate representation of color #16475B: hue angle of 197.39º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16475B is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 71 | 91 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.64 |
| HSL | 197.39º | 0.61% | 0.22% | - |
| HSV(B) | 197.39º | 0.76% | 0.36% | - |
| XYZ | 4.47 | 5.43 | 10.71 | - |
| YUV | 58.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 91 | 0.76 | 0.22 | 0 | 0.64 | 197.39 | 0.61 | 0.22 |
| Hex | 16 | 47 | 5B | 4C | 16 | 0 | 40 | C5 | 3D | 16 |
| Octal | 26 | 107 | 133 | 114 | 26 | 0 | 100 | 305 | 75 | 26 |
| Binary | 10110 | 1000111 | 1011011 | 1001100 | 10110 | 0 | 1000000 | 11000101 | 111101 | 10110 |
Color Harmonies of #16475B
Complementary color
Monochromatic Colors of #16475B
Black with #16475B
Text Example
Text Example
White with #16475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16475B; }
p { color: rgb(22,71,91); }
H1.HeaderClassName
{
color: #16475B;
}
.AnyTagClassName
{
color: #16475B;
}
</style>
background-color css
<style>
a { background-color: #16475B; }
a { background-color: rgb(22,71,91); }
div.DivClassName
{
background-color: #16475B;
}
.BgClassName
{
background-color: #16475B;
}
</style>
border-color css
<style>
span { border-color: #16475B; }
span { border-color: rgb(22,71,91); }
td.TdClassName
{
border-color: #16475B;
}
.TagClassName
{
border-color: #16475B;
}
</style>