Shades of Astronaut Blue #104555
Tints of Astronaut Blue #104555
RGB
CMYK
RGB Variations
Color information
#104555 (or 0x104555) is known color: Astronaut Blue. HEX triplet: 10, 45 and 55. RGB value is (16,69,85). Sum of RGB (Red+Green+Blue) = 16+69+85=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #104555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104555 is #EFBAAA. Grayscale: #363636. Windows color (decimal): -15710891 or 5588240. OLE color: 5588240.
HSL color Cylindrical-coordinate representation of color #104555: hue angle of 193.91º 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 #104555 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 69 | 85 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.67 |
| HSL | 193.91º | 0.68% | 0.2% | - |
| HSV(B) | 193.91º | 0.81% | 0.33% | - |
| XYZ | 3.98 | 5.02 | 9.35 | - |
| YUV | 54.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 85 | 0.81 | 0.19 | 0 | 0.67 | 193.91 | 0.68 | 0.2 |
| Hex | 10 | 45 | 55 | 51 | 13 | 0 | 43 | C2 | 44 | 14 |
| Octal | 20 | 105 | 125 | 121 | 23 | 0 | 103 | 302 | 104 | 24 |
| Binary | 10000 | 1000101 | 1010101 | 1010001 | 10011 | 0 | 1000011 | 11000010 | 1000100 | 10100 |
Color Harmonies of #104555
Complementary color
Monochromatic Colors of #104555
Black with #104555
Text Example
Text Example
White with #104555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104555; }
p { color: rgb(16,69,85); }
H1.HeaderClassName
{
color: #104555;
}
.AnyTagClassName
{
color: #104555;
}
</style>
background-color css
<style>
a { background-color: #104555; }
a { background-color: rgb(16,69,85); }
div.DivClassName
{
background-color: #104555;
}
.BgClassName
{
background-color: #104555;
}
</style>
border-color css
<style>
span { border-color: #104555; }
span { border-color: rgb(16,69,85); }
td.TdClassName
{
border-color: #104555;
}
.TagClassName
{
border-color: #104555;
}
</style>