Shades of Astronaut Blue #104565
Tints of Astronaut Blue #104565
RGB
CMYK
RGB Variations
Color information
#104565 (or 0x104565) is known color: Astronaut Blue. HEX triplet: 10, 45 and 65. RGB value is (16,69,101). Sum of RGB (Red+Green+Blue) = 16+69+101=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #104565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104565 is #EFBA9A. Grayscale: #383838. Windows color (decimal): -15710875 or 6636816. OLE color: 6636816.
HSL color Cylindrical-coordinate representation of color #104565: hue angle of 202.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104565 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 69 | 101 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.60 |
| HSL | 202.59º | 0.73% | 0.23% | - |
| HSV(B) | 202.59º | 0.84% | 0.4% | - |
| XYZ | 4.69 | 5.31 | 13.09 | - |
| YUV | 56.8 | 152.94 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 101 | 0.84 | 0.32 | 0 | 0.60 | 202.59 | 0.73 | 0.23 |
| Hex | 10 | 45 | 65 | 54 | 20 | 0 | 3C | CB | 49 | 17 |
| Octal | 20 | 105 | 145 | 124 | 40 | 0 | 74 | 313 | 111 | 27 |
| Binary | 10000 | 1000101 | 1100101 | 1010100 | 100000 | 0 | 111100 | 11001011 | 1001001 | 10111 |
Color Harmonies of #104565
Complementary color
Monochromatic Colors of #104565
Black with #104565
Text Example
Text Example
White with #104565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104565; }
p { color: rgb(16,69,101); }
H1.HeaderClassName
{
color: #104565;
}
.AnyTagClassName
{
color: #104565;
}
</style>
background-color css
<style>
a { background-color: #104565; }
a { background-color: rgb(16,69,101); }
div.DivClassName
{
background-color: #104565;
}
.BgClassName
{
background-color: #104565;
}
</style>
border-color css
<style>
span { border-color: #104565; }
span { border-color: rgb(16,69,101); }
td.TdClassName
{
border-color: #104565;
}
.TagClassName
{
border-color: #104565;
}
</style>