Shades of Astronaut Blue #104464
Tints of Astronaut Blue #104464
RGB
CMYK
RGB Variations
Color information
#104464 (or 0x104464) is known color: Astronaut Blue. HEX triplet: 10, 44 and 64. RGB value is (16,68,100). Sum of RGB (Red+Green+Blue) = 16+68+100=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #104464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104464 is #EFBB9B. Grayscale: #373737. Windows color (decimal): -15711132 or 6571024. OLE color: 6571024.
HSL color Cylindrical-coordinate representation of color #104464: hue angle of 202.86º 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 #104464 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 68 | 100 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.61 |
| HSL | 202.86º | 0.72% | 0.23% | - |
| HSV(B) | 202.86º | 0.84% | 0.39% | - |
| XYZ | 4.58 | 5.16 | 12.81 | - |
| YUV | 56.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 100 | 0.84 | 0.32 | 0 | 0.61 | 202.86 | 0.72 | 0.23 |
| Hex | 10 | 44 | 64 | 54 | 20 | 0 | 3D | CB | 48 | 17 |
| Octal | 20 | 104 | 144 | 124 | 40 | 0 | 75 | 313 | 110 | 27 |
| Binary | 10000 | 1000100 | 1100100 | 1010100 | 100000 | 0 | 111101 | 11001011 | 1001000 | 10111 |
Color Harmonies of #104464
Complementary color
Monochromatic Colors of #104464
Black with #104464
Text Example
Text Example
White with #104464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104464; }
p { color: rgb(16,68,100); }
H1.HeaderClassName
{
color: #104464;
}
.AnyTagClassName
{
color: #104464;
}
</style>
background-color css
<style>
a { background-color: #104464; }
a { background-color: rgb(16,68,100); }
div.DivClassName
{
background-color: #104464;
}
.BgClassName
{
background-color: #104464;
}
</style>
border-color css
<style>
span { border-color: #104464; }
span { border-color: rgb(16,68,100); }
td.TdClassName
{
border-color: #104464;
}
.TagClassName
{
border-color: #104464;
}
</style>