Shades of Astronaut Blue #194C63
Tints of Astronaut Blue #194C63
RGB
CMYK
RGB Variations
Color information
#194C63 (or 0x194C63) is known color: Astronaut Blue. HEX triplet: 19, 4C and 63. RGB value is (25,76,99). Sum of RGB (Red+Green+Blue) = 25+76+99=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #194C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C63 is #E6B39C. Grayscale: #3F3F3F. Windows color (decimal): -15119261 or 6507545. OLE color: 6507545.
HSL color Cylindrical-coordinate representation of color #194C63: hue angle of 198.65º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194C63 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 76 | 99 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.61 |
| HSL | 198.65º | 0.6% | 0.24% | - |
| HSV(B) | 198.65º | 0.75% | 0.39% | - |
| XYZ | 5.24 | 6.28 | 12.74 | - |
| YUV | 63.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 99 | 0.75 | 0.23 | 0 | 0.61 | 198.65 | 0.6 | 0.24 |
| Hex | 19 | 4C | 63 | 4B | 17 | 0 | 3D | C7 | 3C | 18 |
| Octal | 31 | 114 | 143 | 113 | 27 | 0 | 75 | 307 | 74 | 30 |
| Binary | 11001 | 1001100 | 1100011 | 1001011 | 10111 | 0 | 111101 | 11000111 | 111100 | 11000 |
Color Harmonies of #194C63
Complementary color
Monochromatic Colors of #194C63
Black with #194C63
Text Example
Text Example
White with #194C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C63; }
p { color: rgb(25,76,99); }
H1.HeaderClassName
{
color: #194C63;
}
.AnyTagClassName
{
color: #194C63;
}
</style>
background-color css
<style>
a { background-color: #194C63; }
a { background-color: rgb(25,76,99); }
div.DivClassName
{
background-color: #194C63;
}
.BgClassName
{
background-color: #194C63;
}
</style>
border-color css
<style>
span { border-color: #194C63; }
span { border-color: rgb(25,76,99); }
td.TdClassName
{
border-color: #194C63;
}
.TagClassName
{
border-color: #194C63;
}
</style>