Shades of Astronaut Blue #16486B
Tints of Astronaut Blue #16486B
RGB
CMYK
RGB Variations
Color information
#16486B (or 0x16486B) is known color: Astronaut Blue. HEX triplet: 16, 48 and 6B. RGB value is (22,72,107). Sum of RGB (Red+Green+Blue) = 22+72+107=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #16486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16486B is #E9B794. Grayscale: #3C3C3C. Windows color (decimal): -15316885 or 7030806. OLE color: 7030806.
HSL color Cylindrical-coordinate representation of color #16486B: hue angle of 204.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16486B is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 72 | 107 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.58 |
| HSL | 204.71º | 0.66% | 0.25% | - |
| HSV(B) | 204.71º | 0.79% | 0.42% | - |
| XYZ | 5.3 | 5.87 | 14.76 | - |
| YUV | 61.04 | 153.94 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 107 | 0.79 | 0.33 | 0 | 0.58 | 204.71 | 0.66 | 0.25 |
| Hex | 16 | 48 | 6B | 4F | 21 | 0 | 3A | CD | 42 | 19 |
| Octal | 26 | 110 | 153 | 117 | 41 | 0 | 72 | 315 | 102 | 31 |
| Binary | 10110 | 1001000 | 1101011 | 1001111 | 100001 | 0 | 111010 | 11001101 | 1000010 | 11001 |
Color Harmonies of #16486B
Complementary color
Monochromatic Colors of #16486B
Black with #16486B
Text Example
Text Example
White with #16486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16486B; }
p { color: rgb(22,72,107); }
H1.HeaderClassName
{
color: #16486B;
}
.AnyTagClassName
{
color: #16486B;
}
</style>
background-color css
<style>
a { background-color: #16486B; }
a { background-color: rgb(22,72,107); }
div.DivClassName
{
background-color: #16486B;
}
.BgClassName
{
background-color: #16486B;
}
</style>
border-color css
<style>
span { border-color: #16486B; }
span { border-color: rgb(22,72,107); }
td.TdClassName
{
border-color: #16486B;
}
.TagClassName
{
border-color: #16486B;
}
</style>