Shades of Astronaut Blue #164B63
Tints of Astronaut Blue #164B63
RGB
CMYK
RGB Variations
Color information
#164B63 (or 0x164B63) is known color: Astronaut Blue. HEX triplet: 16, 4B and 63. RGB value is (22,75,99). Sum of RGB (Red+Green+Blue) = 22+75+99=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #164B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B63 is #E9B49C. Grayscale: #3D3D3D. Windows color (decimal): -15316125 or 6507286. OLE color: 6507286.
HSL color Cylindrical-coordinate representation of color #164B63: hue angle of 198.7º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164B63 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 75 | 99 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.61 |
| HSL | 198.7º | 0.64% | 0.24% | - |
| HSV(B) | 198.7º | 0.78% | 0.39% | - |
| XYZ | 5.1 | 6.1 | 12.71 | - |
| YUV | 61.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 99 | 0.78 | 0.24 | 0 | 0.61 | 198.7 | 0.64 | 0.24 |
| Hex | 16 | 4B | 63 | 4E | 18 | 0 | 3D | C7 | 40 | 18 |
| Octal | 26 | 113 | 143 | 116 | 30 | 0 | 75 | 307 | 100 | 30 |
| Binary | 10110 | 1001011 | 1100011 | 1001110 | 11000 | 0 | 111101 | 11000111 | 1000000 | 11000 |
Color Harmonies of #164B63
Complementary color
Monochromatic Colors of #164B63
Black with #164B63
Text Example
Text Example
White with #164B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164B63; }
p { color: rgb(22,75,99); }
H1.HeaderClassName
{
color: #164B63;
}
.AnyTagClassName
{
color: #164B63;
}
</style>
background-color css
<style>
a { background-color: #164B63; }
a { background-color: rgb(22,75,99); }
div.DivClassName
{
background-color: #164B63;
}
.BgClassName
{
background-color: #164B63;
}
</style>
border-color css
<style>
span { border-color: #164B63; }
span { border-color: rgb(22,75,99); }
td.TdClassName
{
border-color: #164B63;
}
.TagClassName
{
border-color: #164B63;
}
</style>