Shades of Astronaut Blue #165063
Tints of Astronaut Blue #165063
RGB
CMYK
RGB Variations
Color information
#165063 (or 0x165063) is known color: Astronaut Blue. HEX triplet: 16, 50 and 63. RGB value is (22,80,99). Sum of RGB (Red+Green+Blue) = 22+80+99=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #165063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165063 is #E9AF9C. Grayscale: #404040. Windows color (decimal): -15314845 or 6508566. OLE color: 6508566.
HSL color Cylindrical-coordinate representation of color #165063: hue angle of 194.81º 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 #165063 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 80 | 99 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.61 |
| HSL | 194.81º | 0.64% | 0.24% | - |
| HSV(B) | 194.81º | 0.78% | 0.39% | - |
| XYZ | 5.45 | 6.81 | 12.83 | - |
| YUV | 64.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 99 | 0.78 | 0.19 | 0 | 0.61 | 194.81 | 0.64 | 0.24 |
| Hex | 16 | 50 | 63 | 4E | 13 | 0 | 3D | C3 | 40 | 18 |
| Octal | 26 | 120 | 143 | 116 | 23 | 0 | 75 | 303 | 100 | 30 |
| Binary | 10110 | 1010000 | 1100011 | 1001110 | 10011 | 0 | 111101 | 11000011 | 1000000 | 11000 |
Color Harmonies of #165063
Complementary color
Monochromatic Colors of #165063
Black with #165063
Text Example
Text Example
White with #165063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165063; }
p { color: rgb(22,80,99); }
H1.HeaderClassName
{
color: #165063;
}
.AnyTagClassName
{
color: #165063;
}
</style>
background-color css
<style>
a { background-color: #165063; }
a { background-color: rgb(22,80,99); }
div.DivClassName
{
background-color: #165063;
}
.BgClassName
{
background-color: #165063;
}
</style>
border-color css
<style>
span { border-color: #165063; }
span { border-color: rgb(22,80,99); }
td.TdClassName
{
border-color: #165063;
}
.TagClassName
{
border-color: #165063;
}
</style>