Shades of Astronaut Blue #104566
Tints of Astronaut Blue #104566
RGB
CMYK
RGB Variations
Color information
#104566 (or 0x104566) is known color: Astronaut Blue. HEX triplet: 10, 45 and 66. RGB value is (16,69,102). Sum of RGB (Red+Green+Blue) = 16+69+102=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #104566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104566 is #EFBA99. Grayscale: #383838. Windows color (decimal): -15710874 or 6702352. OLE color: 6702352.
HSL color Cylindrical-coordinate representation of color #104566: hue angle of 203.02º 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 #104566 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 69 | 102 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.6 |
| HSL | 203.02º | 0.73% | 0.23% | - |
| HSV(B) | 203.02º | 0.84% | 0.4% | - |
| XYZ | 4.74 | 5.33 | 13.35 | - |
| YUV | 56.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 102 | 0.84 | 0.32 | 0 | 0.6 | 203.02 | 0.73 | 0.23 |
| Hex | 10 | 45 | 66 | 54 | 20 | 0 | 3C | CB | 49 | 17 |
| Octal | 20 | 105 | 146 | 124 | 40 | 0 | 74 | 313 | 111 | 27 |
| Binary | 10000 | 1000101 | 1100110 | 1010100 | 100000 | 0 | 111100 | 11001011 | 1001001 | 10111 |
Color Harmonies of #104566
Complementary color
Monochromatic Colors of #104566
Black with #104566
Text Example
Text Example
White with #104566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104566; }
p { color: rgb(16,69,102); }
H1.HeaderClassName
{
color: #104566;
}
.AnyTagClassName
{
color: #104566;
}
</style>
background-color css
<style>
a { background-color: #104566; }
a { background-color: rgb(16,69,102); }
div.DivClassName
{
background-color: #104566;
}
.BgClassName
{
background-color: #104566;
}
</style>
border-color css
<style>
span { border-color: #104566; }
span { border-color: rgb(16,69,102); }
td.TdClassName
{
border-color: #104566;
}
.TagClassName
{
border-color: #104566;
}
</style>