Shades of Astronaut Blue #104666
Tints of Astronaut Blue #104666
RGB
CMYK
RGB Variations
Color information
#104666 (or 0x104666) is known color: Astronaut Blue. HEX triplet: 10, 46 and 66. RGB value is (16,70,102). Sum of RGB (Red+Green+Blue) = 16+70+102=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #104666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104666 is #EFB999. Grayscale: #393939. Windows color (decimal): -15710618 or 6702608. OLE color: 6702608.
HSL color Cylindrical-coordinate representation of color #104666: hue angle of 202.33º 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 #104666 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 70 | 102 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.6 |
| HSL | 202.33º | 0.73% | 0.23% | - |
| HSV(B) | 202.33º | 0.84% | 0.4% | - |
| XYZ | 4.8 | 5.45 | 13.37 | - |
| YUV | 57.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 102 | 0.84 | 0.31 | 0 | 0.6 | 202.33 | 0.73 | 0.23 |
| Hex | 10 | 46 | 66 | 54 | 1F | 0 | 3C | CA | 49 | 17 |
| Octal | 20 | 106 | 146 | 124 | 37 | 0 | 74 | 312 | 111 | 27 |
| Binary | 10000 | 1000110 | 1100110 | 1010100 | 11111 | 0 | 111100 | 11001010 | 1001001 | 10111 |
Color Harmonies of #104666
Complementary color
Monochromatic Colors of #104666
Black with #104666
Text Example
Text Example
White with #104666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104666; }
p { color: rgb(16,70,102); }
H1.HeaderClassName
{
color: #104666;
}
.AnyTagClassName
{
color: #104666;
}
</style>
background-color css
<style>
a { background-color: #104666; }
a { background-color: rgb(16,70,102); }
div.DivClassName
{
background-color: #104666;
}
.BgClassName
{
background-color: #104666;
}
</style>
border-color css
<style>
span { border-color: #104666; }
span { border-color: rgb(16,70,102); }
td.TdClassName
{
border-color: #104666;
}
.TagClassName
{
border-color: #104666;
}
</style>