Shades of Astronaut Blue #16445E
Tints of Astronaut Blue #16445E
RGB
CMYK
RGB Variations
Color information
#16445E (or 0x16445E) is known color: Astronaut Blue. HEX triplet: 16, 44 and 5E. RGB value is (22,68,94). Sum of RGB (Red+Green+Blue) = 22+68+94=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #16445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16445E is #E9BBA1. Grayscale: #393939. Windows color (decimal): -15317922 or 6177814. OLE color: 6177814.
HSL color Cylindrical-coordinate representation of color #16445E: hue angle of 201.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16445E is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 68 | 94 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.63 |
| HSL | 201.67º | 0.62% | 0.23% | - |
| HSV(B) | 201.67º | 0.77% | 0.37% | - |
| XYZ | 4.42 | 5.11 | 11.34 | - |
| YUV | 57.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 94 | 0.77 | 0.28 | 0 | 0.63 | 201.67 | 0.62 | 0.23 |
| Hex | 16 | 44 | 5E | 4D | 1C | 0 | 3F | CA | 3E | 17 |
| Octal | 26 | 104 | 136 | 115 | 34 | 0 | 77 | 312 | 76 | 27 |
| Binary | 10110 | 1000100 | 1011110 | 1001101 | 11100 | 0 | 111111 | 11001010 | 111110 | 10111 |
Color Harmonies of #16445E
Complementary color
Monochromatic Colors of #16445E
Black with #16445E
Text Example
Text Example
White with #16445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16445E; }
p { color: rgb(22,68,94); }
H1.HeaderClassName
{
color: #16445E;
}
.AnyTagClassName
{
color: #16445E;
}
</style>
background-color css
<style>
a { background-color: #16445E; }
a { background-color: rgb(22,68,94); }
div.DivClassName
{
background-color: #16445E;
}
.BgClassName
{
background-color: #16445E;
}
</style>
border-color css
<style>
span { border-color: #16445E; }
span { border-color: rgb(22,68,94); }
td.TdClassName
{
border-color: #16445E;
}
.TagClassName
{
border-color: #16445E;
}
</style>