Shades of Astronaut Blue #104568
Tints of Astronaut Blue #104568
RGB
CMYK
RGB Variations
Color information
#104568 (or 0x104568) is known color: Astronaut Blue. HEX triplet: 10, 45 and 68. RGB value is (16,69,104). Sum of RGB (Red+Green+Blue) = 16+69+104=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #104568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104568 is #EFBA97. Grayscale: #383838. Windows color (decimal): -15710872 or 6833424. OLE color: 6833424.
HSL color Cylindrical-coordinate representation of color #104568: hue angle of 203.86º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104568 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 69 | 104 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.59 |
| HSL | 203.86º | 0.73% | 0.24% | - |
| HSV(B) | 203.86º | 0.85% | 0.41% | - |
| XYZ | 4.84 | 5.37 | 13.88 | - |
| YUV | 57.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 104 | 0.85 | 0.34 | 0 | 0.59 | 203.86 | 0.73 | 0.24 |
| Hex | 10 | 45 | 68 | 55 | 22 | 0 | 3B | CC | 49 | 18 |
| Octal | 20 | 105 | 150 | 125 | 42 | 0 | 73 | 314 | 111 | 30 |
| Binary | 10000 | 1000101 | 1101000 | 1010101 | 100010 | 0 | 111011 | 11001100 | 1001001 | 11000 |
Color Harmonies of #104568
Complementary color
Monochromatic Colors of #104568
Black with #104568
Text Example
Text Example
White with #104568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104568; }
p { color: rgb(16,69,104); }
H1.HeaderClassName
{
color: #104568;
}
.AnyTagClassName
{
color: #104568;
}
</style>
background-color css
<style>
a { background-color: #104568; }
a { background-color: rgb(16,69,104); }
div.DivClassName
{
background-color: #104568;
}
.BgClassName
{
background-color: #104568;
}
</style>
border-color css
<style>
span { border-color: #104568; }
span { border-color: rgb(16,69,104); }
td.TdClassName
{
border-color: #104568;
}
.TagClassName
{
border-color: #104568;
}
</style>