Shades of Astronaut Blue #194F60
Tints of Astronaut Blue #194F60
RGB
CMYK
RGB Variations
Color information
#194F60 (or 0x194F60) is known color: Astronaut Blue. HEX triplet: 19, 4F and 60. RGB value is (25,79,96). Sum of RGB (Red+Green+Blue) = 25+79+96=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #194F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F60 is #E6B09F. Grayscale: #404040. Windows color (decimal): -15118496 or 6311705. OLE color: 6311705.
HSL color Cylindrical-coordinate representation of color #194F60: hue angle of 194.37º 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 #194F60 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 79 | 96 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.62 |
| HSL | 194.37º | 0.59% | 0.24% | - |
| HSV(B) | 194.37º | 0.74% | 0.38% | - |
| XYZ | 5.31 | 6.64 | 12.07 | - |
| YUV | 64.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 96 | 0.74 | 0.18 | 0 | 0.62 | 194.37 | 0.59 | 0.24 |
| Hex | 19 | 4F | 60 | 4A | 12 | 0 | 3E | C2 | 3B | 18 |
| Octal | 31 | 117 | 140 | 112 | 22 | 0 | 76 | 302 | 73 | 30 |
| Binary | 11001 | 1001111 | 1100000 | 1001010 | 10010 | 0 | 111110 | 11000010 | 111011 | 11000 |
Color Harmonies of #194F60
Complementary color
Monochromatic Colors of #194F60
Black with #194F60
Text Example
Text Example
White with #194F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F60; }
p { color: rgb(25,79,96); }
H1.HeaderClassName
{
color: #194F60;
}
.AnyTagClassName
{
color: #194F60;
}
</style>
background-color css
<style>
a { background-color: #194F60; }
a { background-color: rgb(25,79,96); }
div.DivClassName
{
background-color: #194F60;
}
.BgClassName
{
background-color: #194F60;
}
</style>
border-color css
<style>
span { border-color: #194F60; }
span { border-color: rgb(25,79,96); }
td.TdClassName
{
border-color: #194F60;
}
.TagClassName
{
border-color: #194F60;
}
</style>