Shades of Astronaut Blue #104564
Tints of Astronaut Blue #104564
RGB
CMYK
RGB Variations
Color information
#104564 (or 0x104564) is known color: Astronaut Blue. HEX triplet: 10, 45 and 64. RGB value is (16,69,100). Sum of RGB (Red+Green+Blue) = 16+69+100=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #104564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104564 is #EFBA9B. Grayscale: #383838. Windows color (decimal): -15710876 or 6571280. OLE color: 6571280.
HSL color Cylindrical-coordinate representation of color #104564: hue angle of 202.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104564 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 69 | 100 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.61 |
| HSL | 202.14º | 0.72% | 0.23% | - |
| HSV(B) | 202.14º | 0.84% | 0.39% | - |
| XYZ | 4.64 | 5.29 | 12.83 | - |
| YUV | 56.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 100 | 0.84 | 0.31 | 0 | 0.61 | 202.14 | 0.72 | 0.23 |
| Hex | 10 | 45 | 64 | 54 | 1F | 0 | 3D | CA | 48 | 17 |
| Octal | 20 | 105 | 144 | 124 | 37 | 0 | 75 | 312 | 110 | 27 |
| Binary | 10000 | 1000101 | 1100100 | 1010100 | 11111 | 0 | 111101 | 11001010 | 1001000 | 10111 |
Color Harmonies of #104564
Complementary color
Monochromatic Colors of #104564
Black with #104564
Text Example
Text Example
White with #104564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104564; }
p { color: rgb(16,69,100); }
H1.HeaderClassName
{
color: #104564;
}
.AnyTagClassName
{
color: #104564;
}
</style>
background-color css
<style>
a { background-color: #104564; }
a { background-color: rgb(16,69,100); }
div.DivClassName
{
background-color: #104564;
}
.BgClassName
{
background-color: #104564;
}
</style>
border-color css
<style>
span { border-color: #104564; }
span { border-color: rgb(16,69,100); }
td.TdClassName
{
border-color: #104564;
}
.TagClassName
{
border-color: #104564;
}
</style>