Shades of Astronaut Blue #194862
Tints of Astronaut Blue #194862
RGB
CMYK
RGB Variations
Color information
#194862 (or 0x194862) is known color: Astronaut Blue. HEX triplet: 19, 48 and 62. RGB value is (25,72,98). Sum of RGB (Red+Green+Blue) = 25+72+98=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #194862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194862 is #E6B79D. Grayscale: #3C3C3C. Windows color (decimal): -15120286 or 6440985. OLE color: 6440985.
HSL color Cylindrical-coordinate representation of color #194862: hue angle of 201.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 #194862 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 72 | 98 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.62 |
| HSL | 201.37º | 0.59% | 0.24% | - |
| HSV(B) | 201.37º | 0.74% | 0.38% | - |
| XYZ | 4.92 | 5.72 | 12.4 | - |
| YUV | 60.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 98 | 0.74 | 0.27 | 0 | 0.62 | 201.37 | 0.59 | 0.24 |
| Hex | 19 | 48 | 62 | 4A | 1B | 0 | 3E | C9 | 3B | 18 |
| Octal | 31 | 110 | 142 | 112 | 33 | 0 | 76 | 311 | 73 | 30 |
| Binary | 11001 | 1001000 | 1100010 | 1001010 | 11011 | 0 | 111110 | 11001001 | 111011 | 11000 |
Color Harmonies of #194862
Complementary color
Monochromatic Colors of #194862
Black with #194862
Text Example
Text Example
White with #194862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194862; }
p { color: rgb(25,72,98); }
H1.HeaderClassName
{
color: #194862;
}
.AnyTagClassName
{
color: #194862;
}
</style>
background-color css
<style>
a { background-color: #194862; }
a { background-color: rgb(25,72,98); }
div.DivClassName
{
background-color: #194862;
}
.BgClassName
{
background-color: #194862;
}
</style>
border-color css
<style>
span { border-color: #194862; }
span { border-color: rgb(25,72,98); }
td.TdClassName
{
border-color: #194862;
}
.TagClassName
{
border-color: #194862;
}
</style>