Shades of Astronaut Blue #104765
Tints of Astronaut Blue #104765
RGB
CMYK
RGB Variations
Color information
#104765 (or 0x104765) is known color: Astronaut Blue. HEX triplet: 10, 47 and 65. RGB value is (16,71,101). Sum of RGB (Red+Green+Blue) = 16+71+101=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #104765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104765 is #EFB89A. Grayscale: #393939. Windows color (decimal): -15710363 or 6637328. OLE color: 6637328.
HSL color Cylindrical-coordinate representation of color #104765: hue angle of 201.18º 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 #104765 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 71 | 101 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.60 |
| HSL | 201.18º | 0.73% | 0.23% | - |
| HSV(B) | 201.18º | 0.84% | 0.4% | - |
| XYZ | 4.82 | 5.56 | 13.13 | - |
| YUV | 57.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 101 | 0.84 | 0.30 | 0 | 0.60 | 201.18 | 0.73 | 0.23 |
| Hex | 10 | 47 | 65 | 54 | 1E | 0 | 3C | C9 | 49 | 17 |
| Octal | 20 | 107 | 145 | 124 | 36 | 0 | 74 | 311 | 111 | 27 |
| Binary | 10000 | 1000111 | 1100101 | 1010100 | 11110 | 0 | 111100 | 11001001 | 1001001 | 10111 |
Color Harmonies of #104765
Complementary color
Monochromatic Colors of #104765
Black with #104765
Text Example
Text Example
White with #104765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104765; }
p { color: rgb(16,71,101); }
H1.HeaderClassName
{
color: #104765;
}
.AnyTagClassName
{
color: #104765;
}
</style>
background-color css
<style>
a { background-color: #104765; }
a { background-color: rgb(16,71,101); }
div.DivClassName
{
background-color: #104765;
}
.BgClassName
{
background-color: #104765;
}
</style>
border-color css
<style>
span { border-color: #104765; }
span { border-color: rgb(16,71,101); }
td.TdClassName
{
border-color: #104765;
}
.TagClassName
{
border-color: #104765;
}
</style>