Shades of Astronaut Blue #105162
Tints of Astronaut Blue #105162
RGB
CMYK
RGB Variations
Color information
#105162 (or 0x105162) is known color: Astronaut Blue. HEX triplet: 10, 51 and 62. RGB value is (16,81,98). Sum of RGB (Red+Green+Blue) = 16+81+98=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #105162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105162 is #EFAE9D. Grayscale: #3F3F3F. Windows color (decimal): -15707806 or 6443280. OLE color: 6443280.
HSL color Cylindrical-coordinate representation of color #105162: hue angle of 192.44º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105162 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 81 | 98 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.62 |
| HSL | 192.44º | 0.72% | 0.22% | - |
| HSV(B) | 192.44º | 0.84% | 0.38% | - |
| XYZ | 5.36 | 6.88 | 12.6 | - |
| YUV | 63.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 98 | 0.84 | 0.17 | 0 | 0.62 | 192.44 | 0.72 | 0.22 |
| Hex | 10 | 51 | 62 | 54 | 11 | 0 | 3E | C0 | 48 | 16 |
| Octal | 20 | 121 | 142 | 124 | 21 | 0 | 76 | 300 | 110 | 26 |
| Binary | 10000 | 1010001 | 1100010 | 1010100 | 10001 | 0 | 111110 | 11000000 | 1001000 | 10110 |
Color Harmonies of #105162
Complementary color
Monochromatic Colors of #105162
Black with #105162
Text Example
Text Example
White with #105162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105162; }
p { color: rgb(16,81,98); }
H1.HeaderClassName
{
color: #105162;
}
.AnyTagClassName
{
color: #105162;
}
</style>
background-color css
<style>
a { background-color: #105162; }
a { background-color: rgb(16,81,98); }
div.DivClassName
{
background-color: #105162;
}
.BgClassName
{
background-color: #105162;
}
</style>
border-color css
<style>
span { border-color: #105162; }
span { border-color: rgb(16,81,98); }
td.TdClassName
{
border-color: #105162;
}
.TagClassName
{
border-color: #105162;
}
</style>