Shades of Astronaut Blue #194859
Tints of Astronaut Blue #194859
RGB
CMYK
RGB Variations
Color information
#194859 (or 0x194859) is known color: Astronaut Blue. HEX triplet: 19, 48 and 59. RGB value is (25,72,89). Sum of RGB (Red+Green+Blue) = 25+72+89=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #194859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194859 is #E6B7A6. Grayscale: #3B3B3B. Windows color (decimal): -15120295 or 5851161. OLE color: 5851161.
HSL color Cylindrical-coordinate representation of color #194859: hue angle of 195.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194859 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 72 | 89 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.65 |
| HSL | 195.94º | 0.56% | 0.22% | - |
| HSV(B) | 195.94º | 0.72% | 0.35% | - |
| XYZ | 4.52 | 5.56 | 10.29 | - |
| YUV | 59.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 89 | 0.72 | 0.19 | 0 | 0.65 | 195.94 | 0.56 | 0.22 |
| Hex | 19 | 48 | 59 | 48 | 13 | 0 | 41 | C4 | 38 | 16 |
| Octal | 31 | 110 | 131 | 110 | 23 | 0 | 101 | 304 | 70 | 26 |
| Binary | 11001 | 1001000 | 1011001 | 1001000 | 10011 | 0 | 1000001 | 11000100 | 111000 | 10110 |
Color Harmonies of #194859
Complementary color
Monochromatic Colors of #194859
Black with #194859
Text Example
Text Example
White with #194859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194859; }
p { color: rgb(25,72,89); }
H1.HeaderClassName
{
color: #194859;
}
.AnyTagClassName
{
color: #194859;
}
</style>
background-color css
<style>
a { background-color: #194859; }
a { background-color: rgb(25,72,89); }
div.DivClassName
{
background-color: #194859;
}
.BgClassName
{
background-color: #194859;
}
</style>
border-color css
<style>
span { border-color: #194859; }
span { border-color: rgb(25,72,89); }
td.TdClassName
{
border-color: #194859;
}
.TagClassName
{
border-color: #194859;
}
</style>