Shades of Astronaut Blue #104466
Tints of Astronaut Blue #104466
RGB
CMYK
RGB Variations
Color information
#104466 (or 0x104466) is known color: Astronaut Blue. HEX triplet: 10, 44 and 66. RGB value is (16,68,102). Sum of RGB (Red+Green+Blue) = 16+68+102=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #104466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104466 is #EFBB99. Grayscale: #383838. Windows color (decimal): -15711130 or 6702096. OLE color: 6702096.
HSL color Cylindrical-coordinate representation of color #104466: hue angle of 203.72º 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 #104466 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 68 | 102 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.6 |
| HSL | 203.72º | 0.73% | 0.23% | - |
| HSV(B) | 203.72º | 0.84% | 0.4% | - |
| XYZ | 4.68 | 5.2 | 13.33 | - |
| YUV | 56.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 102 | 0.84 | 0.33 | 0 | 0.6 | 203.72 | 0.73 | 0.23 |
| Hex | 10 | 44 | 66 | 54 | 21 | 0 | 3C | CC | 49 | 17 |
| Octal | 20 | 104 | 146 | 124 | 41 | 0 | 74 | 314 | 111 | 27 |
| Binary | 10000 | 1000100 | 1100110 | 1010100 | 100001 | 0 | 111100 | 11001100 | 1001001 | 10111 |
Color Harmonies of #104466
Complementary color
Monochromatic Colors of #104466
Black with #104466
Text Example
Text Example
White with #104466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104466; }
p { color: rgb(16,68,102); }
H1.HeaderClassName
{
color: #104466;
}
.AnyTagClassName
{
color: #104466;
}
</style>
background-color css
<style>
a { background-color: #104466; }
a { background-color: rgb(16,68,102); }
div.DivClassName
{
background-color: #104466;
}
.BgClassName
{
background-color: #104466;
}
</style>
border-color css
<style>
span { border-color: #104466; }
span { border-color: rgb(16,68,102); }
td.TdClassName
{
border-color: #104466;
}
.TagClassName
{
border-color: #104466;
}
</style>