Shades of Astronaut Blue #105065
Tints of Astronaut Blue #105065
RGB
CMYK
RGB Variations
Color information
#105065 (or 0x105065) is known color: Astronaut Blue. HEX triplet: 10, 50 and 65. RGB value is (16,80,101). Sum of RGB (Red+Green+Blue) = 16+80+101=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #105065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105065 is #EFAF9A. Grayscale: #3F3F3F. Windows color (decimal): -15708059 or 6639632. OLE color: 6639632.
HSL color Cylindrical-coordinate representation of color #105065: hue angle of 194.82º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105065 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 80 | 101 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.60 |
| HSL | 194.82º | 0.73% | 0.23% | - |
| HSV(B) | 194.82º | 0.84% | 0.4% | - |
| XYZ | 5.43 | 6.79 | 13.34 | - |
| YUV | 63.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 101 | 0.84 | 0.21 | 0 | 0.60 | 194.82 | 0.73 | 0.23 |
| Hex | 10 | 50 | 65 | 54 | 15 | 0 | 3C | C3 | 49 | 17 |
| Octal | 20 | 120 | 145 | 124 | 25 | 0 | 74 | 303 | 111 | 27 |
| Binary | 10000 | 1010000 | 1100101 | 1010100 | 10101 | 0 | 111100 | 11000011 | 1001001 | 10111 |
Color Harmonies of #105065
Complementary color
Monochromatic Colors of #105065
Black with #105065
Text Example
Text Example
White with #105065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105065; }
p { color: rgb(16,80,101); }
H1.HeaderClassName
{
color: #105065;
}
.AnyTagClassName
{
color: #105065;
}
</style>
background-color css
<style>
a { background-color: #105065; }
a { background-color: rgb(16,80,101); }
div.DivClassName
{
background-color: #105065;
}
.BgClassName
{
background-color: #105065;
}
</style>
border-color css
<style>
span { border-color: #105065; }
span { border-color: rgb(16,80,101); }
td.TdClassName
{
border-color: #105065;
}
.TagClassName
{
border-color: #105065;
}
</style>