Shades of Astronaut Blue #194154
Tints of Astronaut Blue #194154
RGB
CMYK
RGB Variations
Color information
#194154 (or 0x194154) is known color: Astronaut Blue. HEX triplet: 19, 41 and 54. RGB value is (25,65,84). Sum of RGB (Red+Green+Blue) = 25+65+84=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #194154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194154 is #E6BEAB. Grayscale: #373737. Windows color (decimal): -15122092 or 5521689. OLE color: 5521689.
HSL color Cylindrical-coordinate representation of color #194154: hue angle of 199.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194154 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 65 | 84 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.67 |
| HSL | 199.32º | 0.54% | 0.21% | - |
| HSV(B) | 199.32º | 0.7% | 0.33% | - |
| XYZ | 3.89 | 4.63 | 9.08 | - |
| YUV | 55.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 84 | 0.70 | 0.23 | 0 | 0.67 | 199.32 | 0.54 | 0.21 |
| Hex | 19 | 41 | 54 | 46 | 17 | 0 | 43 | C7 | 36 | 15 |
| Octal | 31 | 101 | 124 | 106 | 27 | 0 | 103 | 307 | 66 | 25 |
| Binary | 11001 | 1000001 | 1010100 | 1000110 | 10111 | 0 | 1000011 | 11000111 | 110110 | 10101 |
Color Harmonies of #194154
Complementary color
Monochromatic Colors of #194154
Black with #194154
Text Example
Text Example
White with #194154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194154; }
p { color: rgb(25,65,84); }
H1.HeaderClassName
{
color: #194154;
}
.AnyTagClassName
{
color: #194154;
}
</style>
background-color css
<style>
a { background-color: #194154; }
a { background-color: rgb(25,65,84); }
div.DivClassName
{
background-color: #194154;
}
.BgClassName
{
background-color: #194154;
}
</style>
border-color css
<style>
span { border-color: #194154; }
span { border-color: rgb(25,65,84); }
td.TdClassName
{
border-color: #194154;
}
.TagClassName
{
border-color: #194154;
}
</style>