Shades of Astronaut Blue #104455
Tints of Astronaut Blue #104455
RGB
CMYK
RGB Variations
Color information
#104455 (or 0x104455) is known color: Astronaut Blue. HEX triplet: 10, 44 and 55. RGB value is (16,68,85). Sum of RGB (Red+Green+Blue) = 16+68+85=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #104455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104455 is #EFBBAA. Grayscale: #363636. Windows color (decimal): -15711147 or 5587984. OLE color: 5587984.
HSL color Cylindrical-coordinate representation of color #104455: hue angle of 194.78º 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 #104455 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 68 | 85 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.67 |
| HSL | 194.78º | 0.68% | 0.2% | - |
| HSV(B) | 194.78º | 0.81% | 0.33% | - |
| XYZ | 3.92 | 4.9 | 9.33 | - |
| YUV | 54.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 85 | 0.81 | 0.20 | 0 | 0.67 | 194.78 | 0.68 | 0.2 |
| Hex | 10 | 44 | 55 | 51 | 14 | 0 | 43 | C3 | 44 | 14 |
| Octal | 20 | 104 | 125 | 121 | 24 | 0 | 103 | 303 | 104 | 24 |
| Binary | 10000 | 1000100 | 1010101 | 1010001 | 10100 | 0 | 1000011 | 11000011 | 1000100 | 10100 |
Color Harmonies of #104455
Complementary color
Monochromatic Colors of #104455
Black with #104455
Text Example
Text Example
White with #104455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104455; }
p { color: rgb(16,68,85); }
H1.HeaderClassName
{
color: #104455;
}
.AnyTagClassName
{
color: #104455;
}
</style>
background-color css
<style>
a { background-color: #104455; }
a { background-color: rgb(16,68,85); }
div.DivClassName
{
background-color: #104455;
}
.BgClassName
{
background-color: #104455;
}
</style>
border-color css
<style>
span { border-color: #104455; }
span { border-color: rgb(16,68,85); }
td.TdClassName
{
border-color: #104455;
}
.TagClassName
{
border-color: #104455;
}
</style>