Shades of Astronaut Blue #104A67
Tints of Astronaut Blue #104A67
RGB
CMYK
RGB Variations
Color information
#104A67 (or 0x104A67) is known color: Astronaut Blue. HEX triplet: 10, 4A and 67. RGB value is (16,74,103). Sum of RGB (Red+Green+Blue) = 16+74+103=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #104A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A67 is #EFB598. Grayscale: #3B3B3B. Windows color (decimal): -15709593 or 6769168. OLE color: 6769168.
HSL color Cylindrical-coordinate representation of color #104A67: hue angle of 200º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104A67 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 74 | 103 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.60 |
| HSL | 200º | 0.73% | 0.23% | - |
| HSV(B) | 200º | 0.84% | 0.4% | - |
| XYZ | 5.11 | 5.99 | 13.72 | - |
| YUV | 59.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 103 | 0.84 | 0.28 | 0 | 0.60 | 200 | 0.73 | 0.23 |
| Hex | 10 | 4A | 67 | 54 | 1C | 0 | 3C | C8 | 49 | 17 |
| Octal | 20 | 112 | 147 | 124 | 34 | 0 | 74 | 310 | 111 | 27 |
| Binary | 10000 | 1001010 | 1100111 | 1010100 | 11100 | 0 | 111100 | 11001000 | 1001001 | 10111 |
Color Harmonies of #104A67
Complementary color
Monochromatic Colors of #104A67
Black with #104A67
Text Example
Text Example
White with #104A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A67; }
p { color: rgb(16,74,103); }
H1.HeaderClassName
{
color: #104A67;
}
.AnyTagClassName
{
color: #104A67;
}
</style>
background-color css
<style>
a { background-color: #104A67; }
a { background-color: rgb(16,74,103); }
div.DivClassName
{
background-color: #104A67;
}
.BgClassName
{
background-color: #104A67;
}
</style>
border-color css
<style>
span { border-color: #104A67; }
span { border-color: rgb(16,74,103); }
td.TdClassName
{
border-color: #104A67;
}
.TagClassName
{
border-color: #104A67;
}
</style>