Shades of Astronaut Blue #104668
Tints of Astronaut Blue #104668
RGB
CMYK
RGB Variations
Color information
#104668 (or 0x104668) is known color: Astronaut Blue. HEX triplet: 10, 46 and 68. RGB value is (16,70,104). Sum of RGB (Red+Green+Blue) = 16+70+104=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #104668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104668 is #EFB997. Grayscale: #393939. Windows color (decimal): -15710616 or 6833680. OLE color: 6833680.
HSL color Cylindrical-coordinate representation of color #104668: hue angle of 203.18º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104668 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 70 | 104 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.59 |
| HSL | 203.18º | 0.73% | 0.24% | - |
| HSV(B) | 203.18º | 0.85% | 0.41% | - |
| XYZ | 4.9 | 5.49 | 13.9 | - |
| YUV | 57.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 104 | 0.85 | 0.33 | 0 | 0.59 | 203.18 | 0.73 | 0.24 |
| Hex | 10 | 46 | 68 | 55 | 21 | 0 | 3B | CB | 49 | 18 |
| Octal | 20 | 106 | 150 | 125 | 41 | 0 | 73 | 313 | 111 | 30 |
| Binary | 10000 | 1000110 | 1101000 | 1010101 | 100001 | 0 | 111011 | 11001011 | 1001001 | 11000 |
Color Harmonies of #104668
Complementary color
Monochromatic Colors of #104668
Black with #104668
Text Example
Text Example
White with #104668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104668; }
p { color: rgb(16,70,104); }
H1.HeaderClassName
{
color: #104668;
}
.AnyTagClassName
{
color: #104668;
}
</style>
background-color css
<style>
a { background-color: #104668; }
a { background-color: rgb(16,70,104); }
div.DivClassName
{
background-color: #104668;
}
.BgClassName
{
background-color: #104668;
}
</style>
border-color css
<style>
span { border-color: #104668; }
span { border-color: rgb(16,70,104); }
td.TdClassName
{
border-color: #104668;
}
.TagClassName
{
border-color: #104668;
}
</style>