Shades of Astronaut Blue #194259
Tints of Astronaut Blue #194259
RGB
CMYK
RGB Variations
Color information
#194259 (or 0x194259) is known color: Astronaut Blue. HEX triplet: 19, 42 and 59. RGB value is (25,66,89). Sum of RGB (Red+Green+Blue) = 25+66+89=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #194259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194259 is #E6BDA6. Grayscale: #383838. Windows color (decimal): -15121831 or 5849625. OLE color: 5849625.
HSL color Cylindrical-coordinate representation of color #194259: hue angle of 201.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194259 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 66 | 89 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.65 |
| HSL | 201.56º | 0.56% | 0.22% | - |
| HSV(B) | 201.56º | 0.72% | 0.35% | - |
| XYZ | 4.15 | 4.82 | 10.16 | - |
| YUV | 56.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 89 | 0.72 | 0.26 | 0 | 0.65 | 201.56 | 0.56 | 0.22 |
| Hex | 19 | 42 | 59 | 48 | 1A | 0 | 41 | CA | 38 | 16 |
| Octal | 31 | 102 | 131 | 110 | 32 | 0 | 101 | 312 | 70 | 26 |
| Binary | 11001 | 1000010 | 1011001 | 1001000 | 11010 | 0 | 1000001 | 11001010 | 111000 | 10110 |
Color Harmonies of #194259
Complementary color
Monochromatic Colors of #194259
Black with #194259
Text Example
Text Example
White with #194259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194259; }
p { color: rgb(25,66,89); }
H1.HeaderClassName
{
color: #194259;
}
.AnyTagClassName
{
color: #194259;
}
</style>
background-color css
<style>
a { background-color: #194259; }
a { background-color: rgb(25,66,89); }
div.DivClassName
{
background-color: #194259;
}
.BgClassName
{
background-color: #194259;
}
</style>
border-color css
<style>
span { border-color: #194259; }
span { border-color: rgb(25,66,89); }
td.TdClassName
{
border-color: #194259;
}
.TagClassName
{
border-color: #194259;
}
</style>