Shades of Astronaut Blue #104359
Tints of Astronaut Blue #104359
RGB
CMYK
RGB Variations
Color information
#104359 (or 0x104359) is known color: Astronaut Blue. HEX triplet: 10, 43 and 59. RGB value is (16,67,89). Sum of RGB (Red+Green+Blue) = 16+67+89=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #104359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104359 is #EFBCA6. Grayscale: #363636. Windows color (decimal): -15711399 or 5849872. OLE color: 5849872.
HSL color Cylindrical-coordinate representation of color #104359: hue angle of 198.08º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104359 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 67 | 89 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.65 |
| HSL | 198.08º | 0.7% | 0.21% | - |
| HSV(B) | 198.08º | 0.82% | 0.35% | - |
| XYZ | 4.02 | 4.85 | 10.17 | - |
| YUV | 54.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 89 | 0.82 | 0.25 | 0 | 0.65 | 198.08 | 0.7 | 0.21 |
| Hex | 10 | 43 | 59 | 52 | 19 | 0 | 41 | C6 | 46 | 15 |
| Octal | 20 | 103 | 131 | 122 | 31 | 0 | 101 | 306 | 106 | 25 |
| Binary | 10000 | 1000011 | 1011001 | 1010010 | 11001 | 0 | 1000001 | 11000110 | 1000110 | 10101 |
Color Harmonies of #104359
Complementary color
Monochromatic Colors of #104359
Black with #104359
Text Example
Text Example
White with #104359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104359; }
p { color: rgb(16,67,89); }
H1.HeaderClassName
{
color: #104359;
}
.AnyTagClassName
{
color: #104359;
}
</style>
background-color css
<style>
a { background-color: #104359; }
a { background-color: rgb(16,67,89); }
div.DivClassName
{
background-color: #104359;
}
.BgClassName
{
background-color: #104359;
}
</style>
border-color css
<style>
span { border-color: #104359; }
span { border-color: rgb(16,67,89); }
td.TdClassName
{
border-color: #104359;
}
.TagClassName
{
border-color: #104359;
}
</style>