Shades of Astronaut Blue #104454
Tints of Astronaut Blue #104454
RGB
CMYK
RGB Variations
Color information
#104454 (or 0x104454) is known color: Astronaut Blue. HEX triplet: 10, 44 and 54. RGB value is (16,68,84). Sum of RGB (Red+Green+Blue) = 16+68+84=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #104454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104454 is #EFBBAB. Grayscale: #363636. Windows color (decimal): -15711148 or 5522448. OLE color: 5522448.
HSL color Cylindrical-coordinate representation of color #104454: hue angle of 194.12º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104454 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 68 | 84 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.67 |
| HSL | 194.12º | 0.68% | 0.2% | - |
| HSV(B) | 194.12º | 0.81% | 0.33% | - |
| XYZ | 3.88 | 4.88 | 9.13 | - |
| YUV | 54.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 84 | 0.81 | 0.19 | 0 | 0.67 | 194.12 | 0.68 | 0.2 |
| Hex | 10 | 44 | 54 | 51 | 13 | 0 | 43 | C2 | 44 | 14 |
| Octal | 20 | 104 | 124 | 121 | 23 | 0 | 103 | 302 | 104 | 24 |
| Binary | 10000 | 1000100 | 1010100 | 1010001 | 10011 | 0 | 1000011 | 11000010 | 1000100 | 10100 |
Color Harmonies of #104454
Complementary color
Monochromatic Colors of #104454
Black with #104454
Text Example
Text Example
White with #104454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104454; }
p { color: rgb(16,68,84); }
H1.HeaderClassName
{
color: #104454;
}
.AnyTagClassName
{
color: #104454;
}
</style>
background-color css
<style>
a { background-color: #104454; }
a { background-color: rgb(16,68,84); }
div.DivClassName
{
background-color: #104454;
}
.BgClassName
{
background-color: #104454;
}
</style>
border-color css
<style>
span { border-color: #104454; }
span { border-color: rgb(16,68,84); }
td.TdClassName
{
border-color: #104454;
}
.TagClassName
{
border-color: #104454;
}
</style>