Shades of Astronaut Blue #104865
Tints of Astronaut Blue #104865
RGB
CMYK
RGB Variations
Color information
#104865 (or 0x104865) is known color: Astronaut Blue. HEX triplet: 10, 48 and 65. RGB value is (16,72,101). Sum of RGB (Red+Green+Blue) = 16+72+101=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #104865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104865 is #EFB79A. Grayscale: #3A3A3A. Windows color (decimal): -15710107 or 6637584. OLE color: 6637584.
HSL color Cylindrical-coordinate representation of color #104865: hue angle of 200.47º 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 #104865 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 72 | 101 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.60 |
| HSL | 200.47º | 0.73% | 0.23% | - |
| HSV(B) | 200.47º | 0.84% | 0.4% | - |
| XYZ | 4.88 | 5.68 | 13.15 | - |
| YUV | 58.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 101 | 0.84 | 0.29 | 0 | 0.60 | 200.47 | 0.73 | 0.23 |
| Hex | 10 | 48 | 65 | 54 | 1D | 0 | 3C | C8 | 49 | 17 |
| Octal | 20 | 110 | 145 | 124 | 35 | 0 | 74 | 310 | 111 | 27 |
| Binary | 10000 | 1001000 | 1100101 | 1010100 | 11101 | 0 | 111100 | 11001000 | 1001001 | 10111 |
Color Harmonies of #104865
Complementary color
Monochromatic Colors of #104865
Black with #104865
Text Example
Text Example
White with #104865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104865; }
p { color: rgb(16,72,101); }
H1.HeaderClassName
{
color: #104865;
}
.AnyTagClassName
{
color: #104865;
}
</style>
background-color css
<style>
a { background-color: #104865; }
a { background-color: rgb(16,72,101); }
div.DivClassName
{
background-color: #104865;
}
.BgClassName
{
background-color: #104865;
}
</style>
border-color css
<style>
span { border-color: #104865; }
span { border-color: rgb(16,72,101); }
td.TdClassName
{
border-color: #104865;
}
.TagClassName
{
border-color: #104865;
}
</style>