Shades of Astronaut Blue #104561
Tints of Astronaut Blue #104561
RGB
CMYK
RGB Variations
Color information
#104561 (or 0x104561) is known color: Astronaut Blue. HEX triplet: 10, 45 and 61. RGB value is (16,69,97). Sum of RGB (Red+Green+Blue) = 16+69+97=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #104561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104561 is #EFBA9E. Grayscale: #383838. Windows color (decimal): -15710879 or 6374672. OLE color: 6374672.
HSL color Cylindrical-coordinate representation of color #104561: hue angle of 200.74º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104561 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 69 | 97 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.62 |
| HSL | 200.74º | 0.72% | 0.22% | - |
| HSV(B) | 200.74º | 0.84% | 0.38% | - |
| XYZ | 4.5 | 5.23 | 12.08 | - |
| YUV | 56.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 97 | 0.84 | 0.29 | 0 | 0.62 | 200.74 | 0.72 | 0.22 |
| Hex | 10 | 45 | 61 | 54 | 1D | 0 | 3E | C9 | 48 | 16 |
| Octal | 20 | 105 | 141 | 124 | 35 | 0 | 76 | 311 | 110 | 26 |
| Binary | 10000 | 1000101 | 1100001 | 1010100 | 11101 | 0 | 111110 | 11001001 | 1001000 | 10110 |
Color Harmonies of #104561
Complementary color
Monochromatic Colors of #104561
Black with #104561
Text Example
Text Example
White with #104561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104561; }
p { color: rgb(16,69,97); }
H1.HeaderClassName
{
color: #104561;
}
.AnyTagClassName
{
color: #104561;
}
</style>
background-color css
<style>
a { background-color: #104561; }
a { background-color: rgb(16,69,97); }
div.DivClassName
{
background-color: #104561;
}
.BgClassName
{
background-color: #104561;
}
</style>
border-color css
<style>
span { border-color: #104561; }
span { border-color: rgb(16,69,97); }
td.TdClassName
{
border-color: #104561;
}
.TagClassName
{
border-color: #104561;
}
</style>