Shades of Astronaut Blue #194B60
Tints of Astronaut Blue #194B60
RGB
CMYK
RGB Variations
Color information
#194B60 (or 0x194B60) is known color: Astronaut Blue. HEX triplet: 19, 4B and 60. RGB value is (25,75,96). Sum of RGB (Red+Green+Blue) = 25+75+96=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #194B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B60 is #E6B49F. Grayscale: #3E3E3E. Windows color (decimal): -15119520 or 6310681. OLE color: 6310681.
HSL color Cylindrical-coordinate representation of color #194B60: hue angle of 197.75º 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 #194B60 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 75 | 96 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.62 |
| HSL | 197.75º | 0.59% | 0.24% | - |
| HSV(B) | 197.75º | 0.74% | 0.38% | - |
| XYZ | 5.03 | 6.08 | 11.98 | - |
| YUV | 62.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 96 | 0.74 | 0.22 | 0 | 0.62 | 197.75 | 0.59 | 0.24 |
| Hex | 19 | 4B | 60 | 4A | 16 | 0 | 3E | C6 | 3B | 18 |
| Octal | 31 | 113 | 140 | 112 | 26 | 0 | 76 | 306 | 73 | 30 |
| Binary | 11001 | 1001011 | 1100000 | 1001010 | 10110 | 0 | 111110 | 11000110 | 111011 | 11000 |
Color Harmonies of #194B60
Complementary color
Monochromatic Colors of #194B60
Black with #194B60
Text Example
Text Example
White with #194B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B60; }
p { color: rgb(25,75,96); }
H1.HeaderClassName
{
color: #194B60;
}
.AnyTagClassName
{
color: #194B60;
}
</style>
background-color css
<style>
a { background-color: #194B60; }
a { background-color: rgb(25,75,96); }
div.DivClassName
{
background-color: #194B60;
}
.BgClassName
{
background-color: #194B60;
}
</style>
border-color css
<style>
span { border-color: #194B60; }
span { border-color: rgb(25,75,96); }
td.TdClassName
{
border-color: #194B60;
}
.TagClassName
{
border-color: #194B60;
}
</style>