Shades of Astronaut Blue #19495E
Tints of Astronaut Blue #19495E
RGB
CMYK
RGB Variations
Color information
#19495E (or 0x19495E) is known color: Astronaut Blue. HEX triplet: 19, 49 and 5E. RGB value is (25,73,94). Sum of RGB (Red+Green+Blue) = 25+73+94=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #19495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19495E is #E6B6A1. Grayscale: #3C3C3C. Windows color (decimal): -15120034 or 6179097. OLE color: 6179097.
HSL color Cylindrical-coordinate representation of color #19495E: hue angle of 198.26º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19495E is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 73 | 94 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.63 |
| HSL | 198.26º | 0.58% | 0.23% | - |
| HSV(B) | 198.26º | 0.73% | 0.37% | - |
| XYZ | 4.8 | 5.78 | 11.45 | - |
| YUV | 61.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 94 | 0.73 | 0.22 | 0 | 0.63 | 198.26 | 0.58 | 0.23 |
| Hex | 19 | 49 | 5E | 49 | 16 | 0 | 3F | C6 | 3A | 17 |
| Octal | 31 | 111 | 136 | 111 | 26 | 0 | 77 | 306 | 72 | 27 |
| Binary | 11001 | 1001001 | 1011110 | 1001001 | 10110 | 0 | 111111 | 11000110 | 111010 | 10111 |
Color Harmonies of #19495E
Complementary color
Monochromatic Colors of #19495E
Black with #19495E
Text Example
Text Example
White with #19495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19495E; }
p { color: rgb(25,73,94); }
H1.HeaderClassName
{
color: #19495E;
}
.AnyTagClassName
{
color: #19495E;
}
</style>
background-color css
<style>
a { background-color: #19495E; }
a { background-color: rgb(25,73,94); }
div.DivClassName
{
background-color: #19495E;
}
.BgClassName
{
background-color: #19495E;
}
</style>
border-color css
<style>
span { border-color: #19495E; }
span { border-color: rgb(25,73,94); }
td.TdClassName
{
border-color: #19495E;
}
.TagClassName
{
border-color: #19495E;
}
</style>