Shades of Astronaut Blue #194B61
Tints of Astronaut Blue #194B61
RGB
CMYK
RGB Variations
Color information
#194B61 (or 0x194B61) is known color: Astronaut Blue. HEX triplet: 19, 4B and 61. RGB value is (25,75,97). Sum of RGB (Red+Green+Blue) = 25+75+97=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #194B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B61 is #E6B49E. Grayscale: #3E3E3E. Windows color (decimal): -15119519 or 6376217. OLE color: 6376217.
HSL color Cylindrical-coordinate representation of color #194B61: hue angle of 198.33º 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 #194B61 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 75 | 97 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.62 |
| HSL | 198.33º | 0.59% | 0.24% | - |
| HSV(B) | 198.33º | 0.74% | 0.38% | - |
| XYZ | 5.07 | 6.1 | 12.22 | - |
| YUV | 62.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 97 | 0.74 | 0.23 | 0 | 0.62 | 198.33 | 0.59 | 0.24 |
| Hex | 19 | 4B | 61 | 4A | 17 | 0 | 3E | C6 | 3B | 18 |
| Octal | 31 | 113 | 141 | 112 | 27 | 0 | 76 | 306 | 73 | 30 |
| Binary | 11001 | 1001011 | 1100001 | 1001010 | 10111 | 0 | 111110 | 11000110 | 111011 | 11000 |
Color Harmonies of #194B61
Complementary color
Monochromatic Colors of #194B61
Black with #194B61
Text Example
Text Example
White with #194B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B61; }
p { color: rgb(25,75,97); }
H1.HeaderClassName
{
color: #194B61;
}
.AnyTagClassName
{
color: #194B61;
}
</style>
background-color css
<style>
a { background-color: #194B61; }
a { background-color: rgb(25,75,97); }
div.DivClassName
{
background-color: #194B61;
}
.BgClassName
{
background-color: #194B61;
}
</style>
border-color css
<style>
span { border-color: #194B61; }
span { border-color: rgb(25,75,97); }
td.TdClassName
{
border-color: #194B61;
}
.TagClassName
{
border-color: #194B61;
}
</style>