Shades of Astronaut Blue #194769
Tints of Astronaut Blue #194769
RGB
CMYK
RGB Variations
Color information
#194769 (or 0x194769) is known color: Astronaut Blue. HEX triplet: 19, 47 and 69. RGB value is (25,71,105). Sum of RGB (Red+Green+Blue) = 25+71+105=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #194769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194769 is #E6B896. Grayscale: #3C3C3C. Windows color (decimal): -15120535 or 6899481. OLE color: 6899481.
HSL color Cylindrical-coordinate representation of color #194769: hue angle of 205.5º 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 #194769 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 71 | 105 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.59 |
| HSL | 205.5º | 0.62% | 0.25% | - |
| HSV(B) | 205.5º | 0.76% | 0.41% | - |
| XYZ | 5.2 | 5.73 | 14.2 | - |
| YUV | 61.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 105 | 0.76 | 0.32 | 0 | 0.59 | 205.5 | 0.62 | 0.25 |
| Hex | 19 | 47 | 69 | 4C | 20 | 0 | 3B | CE | 3E | 19 |
| Octal | 31 | 107 | 151 | 114 | 40 | 0 | 73 | 316 | 76 | 31 |
| Binary | 11001 | 1000111 | 1101001 | 1001100 | 100000 | 0 | 111011 | 11001110 | 111110 | 11001 |
Color Harmonies of #194769
Complementary color
Monochromatic Colors of #194769
Black with #194769
Text Example
Text Example
White with #194769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194769; }
p { color: rgb(25,71,105); }
H1.HeaderClassName
{
color: #194769;
}
.AnyTagClassName
{
color: #194769;
}
</style>
background-color css
<style>
a { background-color: #194769; }
a { background-color: rgb(25,71,105); }
div.DivClassName
{
background-color: #194769;
}
.BgClassName
{
background-color: #194769;
}
</style>
border-color css
<style>
span { border-color: #194769; }
span { border-color: rgb(25,71,105); }
td.TdClassName
{
border-color: #194769;
}
.TagClassName
{
border-color: #194769;
}
</style>