Shades of Astronaut Blue #194A61
Tints of Astronaut Blue #194A61
RGB
CMYK
RGB Variations
Color information
#194A61 (or 0x194A61) is known color: Astronaut Blue. HEX triplet: 19, 4A and 61. RGB value is (25,74,97). Sum of RGB (Red+Green+Blue) = 25+74+97=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #194A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A61 is #E6B59E. Grayscale: #3D3D3D. Windows color (decimal): -15119775 or 6375961. OLE color: 6375961.
HSL color Cylindrical-coordinate representation of color #194A61: hue angle of 199.17º 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 #194A61 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 74 | 97 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.62 |
| HSL | 199.17º | 0.59% | 0.24% | - |
| HSV(B) | 199.17º | 0.74% | 0.38% | - |
| XYZ | 5.01 | 5.97 | 12.2 | - |
| YUV | 61.97 | 147.77 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 97 | 0.74 | 0.24 | 0 | 0.62 | 199.17 | 0.59 | 0.24 |
| Hex | 19 | 4A | 61 | 4A | 18 | 0 | 3E | C7 | 3B | 18 |
| Octal | 31 | 112 | 141 | 112 | 30 | 0 | 76 | 307 | 73 | 30 |
| Binary | 11001 | 1001010 | 1100001 | 1001010 | 11000 | 0 | 111110 | 11000111 | 111011 | 11000 |
Color Harmonies of #194A61
Complementary color
Monochromatic Colors of #194A61
Black with #194A61
Text Example
Text Example
White with #194A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A61; }
p { color: rgb(25,74,97); }
H1.HeaderClassName
{
color: #194A61;
}
.AnyTagClassName
{
color: #194A61;
}
</style>
background-color css
<style>
a { background-color: #194A61; }
a { background-color: rgb(25,74,97); }
div.DivClassName
{
background-color: #194A61;
}
.BgClassName
{
background-color: #194A61;
}
</style>
border-color css
<style>
span { border-color: #194A61; }
span { border-color: rgb(25,74,97); }
td.TdClassName
{
border-color: #194A61;
}
.TagClassName
{
border-color: #194A61;
}
</style>