Shades of Astronaut Blue #194669
Tints of Astronaut Blue #194669
RGB
CMYK
RGB Variations
Color information
#194669 (or 0x194669) is known color: Astronaut Blue. HEX triplet: 19, 46 and 69. RGB value is (25,70,105). Sum of RGB (Red+Green+Blue) = 25+70+105=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #194669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194669 is #E6B996. Grayscale: #3C3C3C. Windows color (decimal): -15120791 or 6899225. OLE color: 6899225.
HSL color Cylindrical-coordinate representation of color #194669: hue angle of 206.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194669 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 70 | 105 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.59 |
| HSL | 206.25º | 0.62% | 0.25% | - |
| HSV(B) | 206.25º | 0.76% | 0.41% | - |
| XYZ | 5.14 | 5.61 | 14.18 | - |
| YUV | 60.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 105 | 0.76 | 0.33 | 0 | 0.59 | 206.25 | 0.62 | 0.25 |
| Hex | 19 | 46 | 69 | 4C | 21 | 0 | 3B | CE | 3E | 19 |
| Octal | 31 | 106 | 151 | 114 | 41 | 0 | 73 | 316 | 76 | 31 |
| Binary | 11001 | 1000110 | 1101001 | 1001100 | 100001 | 0 | 111011 | 11001110 | 111110 | 11001 |
Color Harmonies of #194669
Complementary color
Monochromatic Colors of #194669
Black with #194669
Text Example
Text Example
White with #194669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194669; }
p { color: rgb(25,70,105); }
H1.HeaderClassName
{
color: #194669;
}
.AnyTagClassName
{
color: #194669;
}
</style>
background-color css
<style>
a { background-color: #194669; }
a { background-color: rgb(25,70,105); }
div.DivClassName
{
background-color: #194669;
}
.BgClassName
{
background-color: #194669;
}
</style>
border-color css
<style>
span { border-color: #194669; }
span { border-color: rgb(25,70,105); }
td.TdClassName
{
border-color: #194669;
}
.TagClassName
{
border-color: #194669;
}
</style>