Shades of Astronaut Blue #194E62
Tints of Astronaut Blue #194E62
RGB
CMYK
RGB Variations
Color information
#194E62 (or 0x194E62) is known color: Astronaut Blue. HEX triplet: 19, 4E and 62. RGB value is (25,78,98). Sum of RGB (Red+Green+Blue) = 25+78+98=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #194E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E62 is #E6B19D. Grayscale: #404040. Windows color (decimal): -15118750 or 6442521. OLE color: 6442521.
HSL color Cylindrical-coordinate representation of color #194E62: hue angle of 196.44º 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 #194E62 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 78 | 98 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.62 |
| HSL | 196.44º | 0.59% | 0.24% | - |
| HSV(B) | 196.44º | 0.74% | 0.38% | - |
| XYZ | 5.33 | 6.54 | 12.54 | - |
| YUV | 64.43 | 146.94 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 98 | 0.74 | 0.20 | 0 | 0.62 | 196.44 | 0.59 | 0.24 |
| Hex | 19 | 4E | 62 | 4A | 14 | 0 | 3E | C4 | 3B | 18 |
| Octal | 31 | 116 | 142 | 112 | 24 | 0 | 76 | 304 | 73 | 30 |
| Binary | 11001 | 1001110 | 1100010 | 1001010 | 10100 | 0 | 111110 | 11000100 | 111011 | 11000 |
Color Harmonies of #194E62
Complementary color
Monochromatic Colors of #194E62
Black with #194E62
Text Example
Text Example
White with #194E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E62; }
p { color: rgb(25,78,98); }
H1.HeaderClassName
{
color: #194E62;
}
.AnyTagClassName
{
color: #194E62;
}
</style>
background-color css
<style>
a { background-color: #194E62; }
a { background-color: rgb(25,78,98); }
div.DivClassName
{
background-color: #194E62;
}
.BgClassName
{
background-color: #194E62;
}
</style>
border-color css
<style>
span { border-color: #194E62; }
span { border-color: rgb(25,78,98); }
td.TdClassName
{
border-color: #194E62;
}
.TagClassName
{
border-color: #194E62;
}
</style>