Shades of Astronaut Blue #194660
Tints of Astronaut Blue #194660
RGB
CMYK
RGB Variations
Color information
#194660 (or 0x194660) is known color: Astronaut Blue. HEX triplet: 19, 46 and 60. RGB value is (25,70,96). Sum of RGB (Red+Green+Blue) = 25+70+96=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #194660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194660 is #E6B99F. Grayscale: #3B3B3B. Windows color (decimal): -15120800 or 6309401. OLE color: 6309401.
HSL color Cylindrical-coordinate representation of color #194660: hue angle of 201.97º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194660 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 70 | 96 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.62 |
| HSL | 201.97º | 0.59% | 0.24% | - |
| HSV(B) | 201.97º | 0.74% | 0.38% | - |
| XYZ | 4.7 | 5.43 | 11.87 | - |
| YUV | 59.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 96 | 0.74 | 0.27 | 0 | 0.62 | 201.97 | 0.59 | 0.24 |
| Hex | 19 | 46 | 60 | 4A | 1B | 0 | 3E | CA | 3B | 18 |
| Octal | 31 | 106 | 140 | 112 | 33 | 0 | 76 | 312 | 73 | 30 |
| Binary | 11001 | 1000110 | 1100000 | 1001010 | 11011 | 0 | 111110 | 11001010 | 111011 | 11000 |
Color Harmonies of #194660
Complementary color
Monochromatic Colors of #194660
Black with #194660
Text Example
Text Example
White with #194660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194660; }
p { color: rgb(25,70,96); }
H1.HeaderClassName
{
color: #194660;
}
.AnyTagClassName
{
color: #194660;
}
</style>
background-color css
<style>
a { background-color: #194660; }
a { background-color: rgb(25,70,96); }
div.DivClassName
{
background-color: #194660;
}
.BgClassName
{
background-color: #194660;
}
</style>
border-color css
<style>
span { border-color: #194660; }
span { border-color: rgb(25,70,96); }
td.TdClassName
{
border-color: #194660;
}
.TagClassName
{
border-color: #194660;
}
</style>