Shades of Astronaut Blue #194455
Tints of Astronaut Blue #194455
RGB
CMYK
RGB Variations
Color information
#194455 (or 0x194455) is known color: Astronaut Blue. HEX triplet: 19, 44 and 55. RGB value is (25,68,85). Sum of RGB (Red+Green+Blue) = 25+68+85=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #194455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194455 is #E6BBAA. Grayscale: #383838. Windows color (decimal): -15121323 or 5587993. OLE color: 5587993.
HSL color Cylindrical-coordinate representation of color #194455: hue angle of 197º 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 #194455 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 68 | 85 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.67 |
| HSL | 197º | 0.55% | 0.22% | - |
| HSV(B) | 197º | 0.71% | 0.33% | - |
| XYZ | 4.11 | 5 | 9.34 | - |
| YUV | 57.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 85 | 0.71 | 0.20 | 0 | 0.67 | 197 | 0.55 | 0.22 |
| Hex | 19 | 44 | 55 | 47 | 14 | 0 | 43 | C5 | 37 | 16 |
| Octal | 31 | 104 | 125 | 107 | 24 | 0 | 103 | 305 | 67 | 26 |
| Binary | 11001 | 1000100 | 1010101 | 1000111 | 10100 | 0 | 1000011 | 11000101 | 110111 | 10110 |
Color Harmonies of #194455
Complementary color
Monochromatic Colors of #194455
Black with #194455
Text Example
Text Example
White with #194455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194455; }
p { color: rgb(25,68,85); }
H1.HeaderClassName
{
color: #194455;
}
.AnyTagClassName
{
color: #194455;
}
</style>
background-color css
<style>
a { background-color: #194455; }
a { background-color: rgb(25,68,85); }
div.DivClassName
{
background-color: #194455;
}
.BgClassName
{
background-color: #194455;
}
</style>
border-color css
<style>
span { border-color: #194455; }
span { border-color: rgb(25,68,85); }
td.TdClassName
{
border-color: #194455;
}
.TagClassName
{
border-color: #194455;
}
</style>