Shades of Astronaut Blue #104363
Tints of Astronaut Blue #104363
RGB
CMYK
RGB Variations
Color information
#104363 (or 0x104363) is known color: Astronaut Blue. HEX triplet: 10, 43 and 63. RGB value is (16,67,99). Sum of RGB (Red+Green+Blue) = 16+67+99=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #104363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104363 is #EFBC9C. Grayscale: #373737. Windows color (decimal): -15711389 or 6505232. OLE color: 6505232.
HSL color Cylindrical-coordinate representation of color #104363: hue angle of 203.13º 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 #104363 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 67 | 99 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.61 |
| HSL | 203.13º | 0.72% | 0.23% | - |
| HSV(B) | 203.13º | 0.84% | 0.39% | - |
| XYZ | 4.47 | 5.03 | 12.54 | - |
| YUV | 55.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 99 | 0.84 | 0.32 | 0 | 0.61 | 203.13 | 0.72 | 0.23 |
| Hex | 10 | 43 | 63 | 54 | 20 | 0 | 3D | CB | 48 | 17 |
| Octal | 20 | 103 | 143 | 124 | 40 | 0 | 75 | 313 | 110 | 27 |
| Binary | 10000 | 1000011 | 1100011 | 1010100 | 100000 | 0 | 111101 | 11001011 | 1001000 | 10111 |
Color Harmonies of #104363
Complementary color
Monochromatic Colors of #104363
Black with #104363
Text Example
Text Example
White with #104363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104363; }
p { color: rgb(16,67,99); }
H1.HeaderClassName
{
color: #104363;
}
.AnyTagClassName
{
color: #104363;
}
</style>
background-color css
<style>
a { background-color: #104363; }
a { background-color: rgb(16,67,99); }
div.DivClassName
{
background-color: #104363;
}
.BgClassName
{
background-color: #104363;
}
</style>
border-color css
<style>
span { border-color: #104363; }
span { border-color: rgb(16,67,99); }
td.TdClassName
{
border-color: #104363;
}
.TagClassName
{
border-color: #104363;
}
</style>