Shades of Astronaut Blue #105060
Tints of Astronaut Blue #105060
RGB
CMYK
RGB Variations
Color information
#105060 (or 0x105060) is known color: Astronaut Blue. HEX triplet: 10, 50 and 60. RGB value is (16,80,96). Sum of RGB (Red+Green+Blue) = 16+80+96=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #105060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105060 is #EFAF9F. Grayscale: #3E3E3E. Windows color (decimal): -15708064 or 6311952. OLE color: 6311952.
HSL color Cylindrical-coordinate representation of color #105060: hue angle of 192º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105060 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 80 | 96 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.62 |
| HSL | 192º | 0.71% | 0.22% | - |
| HSV(B) | 192º | 0.83% | 0.38% | - |
| XYZ | 5.19 | 6.69 | 12.08 | - |
| YUV | 62.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 96 | 0.83 | 0.17 | 0 | 0.62 | 192 | 0.71 | 0.22 |
| Hex | 10 | 50 | 60 | 53 | 11 | 0 | 3E | C0 | 47 | 16 |
| Octal | 20 | 120 | 140 | 123 | 21 | 0 | 76 | 300 | 107 | 26 |
| Binary | 10000 | 1010000 | 1100000 | 1010011 | 10001 | 0 | 111110 | 11000000 | 1000111 | 10110 |
Color Harmonies of #105060
Complementary color
Monochromatic Colors of #105060
Black with #105060
Text Example
Text Example
White with #105060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105060; }
p { color: rgb(16,80,96); }
H1.HeaderClassName
{
color: #105060;
}
.AnyTagClassName
{
color: #105060;
}
</style>
background-color css
<style>
a { background-color: #105060; }
a { background-color: rgb(16,80,96); }
div.DivClassName
{
background-color: #105060;
}
.BgClassName
{
background-color: #105060;
}
</style>
border-color css
<style>
span { border-color: #105060; }
span { border-color: rgb(16,80,96); }
td.TdClassName
{
border-color: #105060;
}
.TagClassName
{
border-color: #105060;
}
</style>