Shades of Astronaut Blue #104053
Tints of Astronaut Blue #104053
RGB
CMYK
RGB Variations
Color information
#104053 (or 0x104053) is known color: Astronaut Blue. HEX triplet: 10, 40 and 53. RGB value is (16,64,83). Sum of RGB (Red+Green+Blue) = 16+64+83=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #104053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104053 is #EFBFAC. Grayscale: #333333. Windows color (decimal): -15712173 or 5455888. OLE color: 5455888.
HSL color Cylindrical-coordinate representation of color #104053: hue angle of 197.01º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104053 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 64 | 83 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.67 |
| HSL | 197.01º | 0.68% | 0.19% | - |
| HSV(B) | 197.01º | 0.81% | 0.33% | - |
| XYZ | 3.61 | 4.4 | 8.84 | - |
| YUV | 51.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 83 | 0.81 | 0.23 | 0 | 0.67 | 197.01 | 0.68 | 0.19 |
| Hex | 10 | 40 | 53 | 51 | 17 | 0 | 43 | C5 | 44 | 13 |
| Octal | 20 | 100 | 123 | 121 | 27 | 0 | 103 | 305 | 104 | 23 |
| Binary | 10000 | 1000000 | 1010011 | 1010001 | 10111 | 0 | 1000011 | 11000101 | 1000100 | 10011 |
Color Harmonies of #104053
Complementary color
Monochromatic Colors of #104053
Black with #104053
Text Example
Text Example
White with #104053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104053; }
p { color: rgb(16,64,83); }
H1.HeaderClassName
{
color: #104053;
}
.AnyTagClassName
{
color: #104053;
}
</style>
background-color css
<style>
a { background-color: #104053; }
a { background-color: rgb(16,64,83); }
div.DivClassName
{
background-color: #104053;
}
.BgClassName
{
background-color: #104053;
}
</style>
border-color css
<style>
span { border-color: #104053; }
span { border-color: rgb(16,64,83); }
td.TdClassName
{
border-color: #104053;
}
.TagClassName
{
border-color: #104053;
}
</style>