Shades of Astronaut Blue #194E61
Tints of Astronaut Blue #194E61
RGB
CMYK
RGB Variations
Color information
#194E61 (or 0x194E61) is known color: Astronaut Blue. HEX triplet: 19, 4E and 61. RGB value is (25,78,97). Sum of RGB (Red+Green+Blue) = 25+78+97=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #194E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E61 is #E6B19E. Grayscale: #404040. Windows color (decimal): -15118751 or 6376985. OLE color: 6376985.
HSL color Cylindrical-coordinate representation of color #194E61: hue angle of 195.83º 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 #194E61 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 78 | 97 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.62 |
| HSL | 195.83º | 0.59% | 0.24% | - |
| HSV(B) | 195.83º | 0.74% | 0.38% | - |
| XYZ | 5.28 | 6.52 | 12.29 | - |
| YUV | 64.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 97 | 0.74 | 0.20 | 0 | 0.62 | 195.83 | 0.59 | 0.24 |
| Hex | 19 | 4E | 61 | 4A | 14 | 0 | 3E | C4 | 3B | 18 |
| Octal | 31 | 116 | 141 | 112 | 24 | 0 | 76 | 304 | 73 | 30 |
| Binary | 11001 | 1001110 | 1100001 | 1001010 | 10100 | 0 | 111110 | 11000100 | 111011 | 11000 |
Color Harmonies of #194E61
Complementary color
Monochromatic Colors of #194E61
Black with #194E61
Text Example
Text Example
White with #194E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E61; }
p { color: rgb(25,78,97); }
H1.HeaderClassName
{
color: #194E61;
}
.AnyTagClassName
{
color: #194E61;
}
</style>
background-color css
<style>
a { background-color: #194E61; }
a { background-color: rgb(25,78,97); }
div.DivClassName
{
background-color: #194E61;
}
.BgClassName
{
background-color: #194E61;
}
</style>
border-color css
<style>
span { border-color: #194E61; }
span { border-color: rgb(25,78,97); }
td.TdClassName
{
border-color: #194E61;
}
.TagClassName
{
border-color: #194E61;
}
</style>