Shades of Astronaut Blue #194B63
Tints of Astronaut Blue #194B63
RGB
CMYK
RGB Variations
Color information
#194B63 (or 0x194B63) is known color: Astronaut Blue. HEX triplet: 19, 4B and 63. RGB value is (25,75,99). Sum of RGB (Red+Green+Blue) = 25+75+99=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #194B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B63 is #E6B49C. Grayscale: #3E3E3E. Windows color (decimal): -15119517 or 6507289. OLE color: 6507289.
HSL color Cylindrical-coordinate representation of color #194B63: hue angle of 199.46º 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 #194B63 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 75 | 99 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.61 |
| HSL | 199.46º | 0.6% | 0.24% | - |
| HSV(B) | 199.46º | 0.75% | 0.39% | - |
| XYZ | 5.17 | 6.14 | 12.72 | - |
| YUV | 62.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 99 | 0.75 | 0.24 | 0 | 0.61 | 199.46 | 0.6 | 0.24 |
| Hex | 19 | 4B | 63 | 4B | 18 | 0 | 3D | C7 | 3C | 18 |
| Octal | 31 | 113 | 143 | 113 | 30 | 0 | 75 | 307 | 74 | 30 |
| Binary | 11001 | 1001011 | 1100011 | 1001011 | 11000 | 0 | 111101 | 11000111 | 111100 | 11000 |
Color Harmonies of #194B63
Complementary color
Monochromatic Colors of #194B63
Black with #194B63
Text Example
Text Example
White with #194B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B63; }
p { color: rgb(25,75,99); }
H1.HeaderClassName
{
color: #194B63;
}
.AnyTagClassName
{
color: #194B63;
}
</style>
background-color css
<style>
a { background-color: #194B63; }
a { background-color: rgb(25,75,99); }
div.DivClassName
{
background-color: #194B63;
}
.BgClassName
{
background-color: #194B63;
}
</style>
border-color css
<style>
span { border-color: #194B63; }
span { border-color: rgb(25,75,99); }
td.TdClassName
{
border-color: #194B63;
}
.TagClassName
{
border-color: #194B63;
}
</style>