Shades of Astronaut Blue #194F61
Tints of Astronaut Blue #194F61
RGB
CMYK
RGB Variations
Color information
#194F61 (or 0x194F61) is known color: Astronaut Blue. HEX triplet: 19, 4F and 61. RGB value is (25,79,97). Sum of RGB (Red+Green+Blue) = 25+79+97=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #194F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F61 is #E6B09E. Grayscale: #404040. Windows color (decimal): -15118495 or 6377241. OLE color: 6377241.
HSL color Cylindrical-coordinate representation of color #194F61: hue angle of 195º 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 #194F61 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 79 | 97 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.62 |
| HSL | 195º | 0.59% | 0.24% | - |
| HSV(B) | 195º | 0.74% | 0.38% | - |
| XYZ | 5.35 | 6.66 | 12.31 | - |
| YUV | 64.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 97 | 0.74 | 0.19 | 0 | 0.62 | 195 | 0.59 | 0.24 |
| Hex | 19 | 4F | 61 | 4A | 13 | 0 | 3E | C3 | 3B | 18 |
| Octal | 31 | 117 | 141 | 112 | 23 | 0 | 76 | 303 | 73 | 30 |
| Binary | 11001 | 1001111 | 1100001 | 1001010 | 10011 | 0 | 111110 | 11000011 | 111011 | 11000 |
Color Harmonies of #194F61
Complementary color
Monochromatic Colors of #194F61
Black with #194F61
Text Example
Text Example
White with #194F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F61; }
p { color: rgb(25,79,97); }
H1.HeaderClassName
{
color: #194F61;
}
.AnyTagClassName
{
color: #194F61;
}
</style>
background-color css
<style>
a { background-color: #194F61; }
a { background-color: rgb(25,79,97); }
div.DivClassName
{
background-color: #194F61;
}
.BgClassName
{
background-color: #194F61;
}
</style>
border-color css
<style>
span { border-color: #194F61; }
span { border-color: rgb(25,79,97); }
td.TdClassName
{
border-color: #194F61;
}
.TagClassName
{
border-color: #194F61;
}
</style>