Shades of Astronaut Blue #104055
Tints of Astronaut Blue #104055
RGB
CMYK
RGB Variations
Color information
#104055 (or 0x104055) is known color: Astronaut Blue. HEX triplet: 10, 40 and 55. RGB value is (16,64,85). Sum of RGB (Red+Green+Blue) = 16+64+85=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #104055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104055 is #EFBFAA. Grayscale: #333333. Windows color (decimal): -15712171 or 5586960. OLE color: 5586960.
HSL color Cylindrical-coordinate representation of color #104055: hue angle of 198.26º 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 #104055 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 64 | 85 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.67 |
| HSL | 198.26º | 0.68% | 0.2% | - |
| HSV(B) | 198.26º | 0.81% | 0.33% | - |
| XYZ | 3.69 | 4.43 | 9.26 | - |
| YUV | 52.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 85 | 0.81 | 0.25 | 0 | 0.67 | 198.26 | 0.68 | 0.2 |
| Hex | 10 | 40 | 55 | 51 | 19 | 0 | 43 | C6 | 44 | 14 |
| Octal | 20 | 100 | 125 | 121 | 31 | 0 | 103 | 306 | 104 | 24 |
| Binary | 10000 | 1000000 | 1010101 | 1010001 | 11001 | 0 | 1000011 | 11000110 | 1000100 | 10100 |
Color Harmonies of #104055
Complementary color
Monochromatic Colors of #104055
Black with #104055
Text Example
Text Example
White with #104055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104055; }
p { color: rgb(16,64,85); }
H1.HeaderClassName
{
color: #104055;
}
.AnyTagClassName
{
color: #104055;
}
</style>
background-color css
<style>
a { background-color: #104055; }
a { background-color: rgb(16,64,85); }
div.DivClassName
{
background-color: #104055;
}
.BgClassName
{
background-color: #104055;
}
</style>
border-color css
<style>
span { border-color: #104055; }
span { border-color: rgb(16,64,85); }
td.TdClassName
{
border-color: #104055;
}
.TagClassName
{
border-color: #104055;
}
</style>