Shades of Astronaut Blue #163F54
Tints of Astronaut Blue #163F54
RGB
CMYK
RGB Variations
Color information
#163F54 (or 0x163F54) is known color: Astronaut Blue. HEX triplet: 16, 3F and 54. RGB value is (22,63,84). Sum of RGB (Red+Green+Blue) = 22+63+84=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #163F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F54 is #E9C0AB. Grayscale: #353535. Windows color (decimal): -15319212 or 5521174. OLE color: 5521174.
HSL color Cylindrical-coordinate representation of color #163F54: hue angle of 200.32º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163F54 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 63 | 84 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.67 |
| HSL | 200.32º | 0.58% | 0.21% | - |
| HSV(B) | 200.32º | 0.74% | 0.33% | - |
| XYZ | 3.71 | 4.37 | 9.03 | - |
| YUV | 53.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 84 | 0.74 | 0.25 | 0 | 0.67 | 200.32 | 0.58 | 0.21 |
| Hex | 16 | 3F | 54 | 4A | 19 | 0 | 43 | C8 | 3A | 15 |
| Octal | 26 | 77 | 124 | 112 | 31 | 0 | 103 | 310 | 72 | 25 |
| Binary | 10110 | 111111 | 1010100 | 1001010 | 11001 | 0 | 1000011 | 11001000 | 111010 | 10101 |
Color Harmonies of #163F54
Complementary color
Monochromatic Colors of #163F54
Black with #163F54
Text Example
Text Example
White with #163F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F54; }
p { color: rgb(22,63,84); }
H1.HeaderClassName
{
color: #163F54;
}
.AnyTagClassName
{
color: #163F54;
}
</style>
background-color css
<style>
a { background-color: #163F54; }
a { background-color: rgb(22,63,84); }
div.DivClassName
{
background-color: #163F54;
}
.BgClassName
{
background-color: #163F54;
}
</style>
border-color css
<style>
span { border-color: #163F54; }
span { border-color: rgb(22,63,84); }
td.TdClassName
{
border-color: #163F54;
}
.TagClassName
{
border-color: #163F54;
}
</style>