Shades of Astronaut Blue #194759
Tints of Astronaut Blue #194759
RGB
CMYK
RGB Variations
Color information
#194759 (or 0x194759) is known color: Astronaut Blue. HEX triplet: 19, 47 and 59. RGB value is (25,71,89). Sum of RGB (Red+Green+Blue) = 25+71+89=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #194759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194759 is #E6B8A6. Grayscale: #3B3B3B. Windows color (decimal): -15120551 or 5850905. OLE color: 5850905.
HSL color Cylindrical-coordinate representation of color #194759: hue angle of 196.88º 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 #194759 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 71 | 89 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.65 |
| HSL | 196.88º | 0.56% | 0.22% | - |
| HSV(B) | 196.88º | 0.72% | 0.35% | - |
| XYZ | 4.46 | 5.43 | 10.27 | - |
| YUV | 59.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 89 | 0.72 | 0.20 | 0 | 0.65 | 196.88 | 0.56 | 0.22 |
| Hex | 19 | 47 | 59 | 48 | 14 | 0 | 41 | C5 | 38 | 16 |
| Octal | 31 | 107 | 131 | 110 | 24 | 0 | 101 | 305 | 70 | 26 |
| Binary | 11001 | 1000111 | 1011001 | 1001000 | 10100 | 0 | 1000001 | 11000101 | 111000 | 10110 |
Color Harmonies of #194759
Complementary color
Monochromatic Colors of #194759
Black with #194759
Text Example
Text Example
White with #194759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194759; }
p { color: rgb(25,71,89); }
H1.HeaderClassName
{
color: #194759;
}
.AnyTagClassName
{
color: #194759;
}
</style>
background-color css
<style>
a { background-color: #194759; }
a { background-color: rgb(25,71,89); }
div.DivClassName
{
background-color: #194759;
}
.BgClassName
{
background-color: #194759;
}
</style>
border-color css
<style>
span { border-color: #194759; }
span { border-color: rgb(25,71,89); }
td.TdClassName
{
border-color: #194759;
}
.TagClassName
{
border-color: #194759;
}
</style>