Shades of Astronaut Blue #194055
Tints of Astronaut Blue #194055
RGB
CMYK
RGB Variations
Color information
#194055 (or 0x194055) is known color: Astronaut Blue. HEX triplet: 19, 40 and 55. RGB value is (25,64,85). Sum of RGB (Red+Green+Blue) = 25+64+85=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #194055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194055 is #E6BFAA. Grayscale: #363636. Windows color (decimal): -15122347 or 5586969. OLE color: 5586969.
HSL color Cylindrical-coordinate representation of color #194055: hue angle of 201º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194055 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 64 | 85 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.67 |
| HSL | 201º | 0.55% | 0.22% | - |
| HSV(B) | 201º | 0.71% | 0.33% | - |
| XYZ | 3.87 | 4.53 | 9.26 | - |
| YUV | 54.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 85 | 0.71 | 0.25 | 0 | 0.67 | 201 | 0.55 | 0.22 |
| Hex | 19 | 40 | 55 | 47 | 19 | 0 | 43 | C9 | 37 | 16 |
| Octal | 31 | 100 | 125 | 107 | 31 | 0 | 103 | 311 | 67 | 26 |
| Binary | 11001 | 1000000 | 1010101 | 1000111 | 11001 | 0 | 1000011 | 11001001 | 110111 | 10110 |
Color Harmonies of #194055
Complementary color
Monochromatic Colors of #194055
Black with #194055
Text Example
Text Example
White with #194055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194055; }
p { color: rgb(25,64,85); }
H1.HeaderClassName
{
color: #194055;
}
.AnyTagClassName
{
color: #194055;
}
</style>
background-color css
<style>
a { background-color: #194055; }
a { background-color: rgb(25,64,85); }
div.DivClassName
{
background-color: #194055;
}
.BgClassName
{
background-color: #194055;
}
</style>
border-color css
<style>
span { border-color: #194055; }
span { border-color: rgb(25,64,85); }
td.TdClassName
{
border-color: #194055;
}
.TagClassName
{
border-color: #194055;
}
</style>