Shades of Astronaut Blue #104154
Tints of Astronaut Blue #104154
RGB
CMYK
RGB Variations
Color information
#104154 (or 0x104154) is known color: Astronaut Blue. HEX triplet: 10, 41 and 54. RGB value is (16,65,84). Sum of RGB (Red+Green+Blue) = 16+65+84=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #104154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104154 is #EFBEAB. Grayscale: #343434. Windows color (decimal): -15711916 or 5521680. OLE color: 5521680.
HSL color Cylindrical-coordinate representation of color #104154: hue angle of 196.76º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104154 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 65 | 84 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.67 |
| HSL | 196.76º | 0.68% | 0.2% | - |
| HSV(B) | 196.76º | 0.81% | 0.33% | - |
| XYZ | 3.7 | 4.53 | 9.07 | - |
| YUV | 52.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 84 | 0.81 | 0.23 | 0 | 0.67 | 196.76 | 0.68 | 0.2 |
| Hex | 10 | 41 | 54 | 51 | 17 | 0 | 43 | C5 | 44 | 14 |
| Octal | 20 | 101 | 124 | 121 | 27 | 0 | 103 | 305 | 104 | 24 |
| Binary | 10000 | 1000001 | 1010100 | 1010001 | 10111 | 0 | 1000011 | 11000101 | 1000100 | 10100 |
Color Harmonies of #104154
Complementary color
Monochromatic Colors of #104154
Black with #104154
Text Example
Text Example
White with #104154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104154; }
p { color: rgb(16,65,84); }
H1.HeaderClassName
{
color: #104154;
}
.AnyTagClassName
{
color: #104154;
}
</style>
background-color css
<style>
a { background-color: #104154; }
a { background-color: rgb(16,65,84); }
div.DivClassName
{
background-color: #104154;
}
.BgClassName
{
background-color: #104154;
}
</style>
border-color css
<style>
span { border-color: #104154; }
span { border-color: rgb(16,65,84); }
td.TdClassName
{
border-color: #104154;
}
.TagClassName
{
border-color: #104154;
}
</style>