Shades of Astronaut Blue #104463
Tints of Astronaut Blue #104463
RGB
CMYK
RGB Variations
Color information
#104463 (or 0x104463) is known color: Astronaut Blue. HEX triplet: 10, 44 and 63. RGB value is (16,68,99). Sum of RGB (Red+Green+Blue) = 16+68+99=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #104463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104463 is #EFBB9C. Grayscale: #373737. Windows color (decimal): -15711133 or 6505488. OLE color: 6505488.
HSL color Cylindrical-coordinate representation of color #104463: hue angle of 202.41º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104463 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 68 | 99 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.61 |
| HSL | 202.41º | 0.72% | 0.23% | - |
| HSV(B) | 202.41º | 0.84% | 0.39% | - |
| XYZ | 4.53 | 5.15 | 12.56 | - |
| YUV | 55.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 99 | 0.84 | 0.31 | 0 | 0.61 | 202.41 | 0.72 | 0.23 |
| Hex | 10 | 44 | 63 | 54 | 1F | 0 | 3D | CA | 48 | 17 |
| Octal | 20 | 104 | 143 | 124 | 37 | 0 | 75 | 312 | 110 | 27 |
| Binary | 10000 | 1000100 | 1100011 | 1010100 | 11111 | 0 | 111101 | 11001010 | 1001000 | 10111 |
Color Harmonies of #104463
Complementary color
Monochromatic Colors of #104463
Black with #104463
Text Example
Text Example
White with #104463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104463; }
p { color: rgb(16,68,99); }
H1.HeaderClassName
{
color: #104463;
}
.AnyTagClassName
{
color: #104463;
}
</style>
background-color css
<style>
a { background-color: #104463; }
a { background-color: rgb(16,68,99); }
div.DivClassName
{
background-color: #104463;
}
.BgClassName
{
background-color: #104463;
}
</style>
border-color css
<style>
span { border-color: #104463; }
span { border-color: rgb(16,68,99); }
td.TdClassName
{
border-color: #104463;
}
.TagClassName
{
border-color: #104463;
}
</style>