Shades of Astronaut Blue #194558
Tints of Astronaut Blue #194558
RGB
CMYK
RGB Variations
Color information
#194558 (or 0x194558) is known color: Astronaut Blue. HEX triplet: 19, 45 and 58. RGB value is (25,69,88). Sum of RGB (Red+Green+Blue) = 25+69+88=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #194558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194558 is #E6BAA7. Grayscale: #393939. Windows color (decimal): -15121064 or 5784857. OLE color: 5784857.
HSL color Cylindrical-coordinate representation of color #194558: hue angle of 198.1º 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 #194558 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 69 | 88 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.65 |
| HSL | 198.1º | 0.56% | 0.22% | - |
| HSV(B) | 198.1º | 0.72% | 0.35% | - |
| XYZ | 4.29 | 5.17 | 10 | - |
| YUV | 58.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 88 | 0.72 | 0.22 | 0 | 0.65 | 198.1 | 0.56 | 0.22 |
| Hex | 19 | 45 | 58 | 48 | 16 | 0 | 41 | C6 | 38 | 16 |
| Octal | 31 | 105 | 130 | 110 | 26 | 0 | 101 | 306 | 70 | 26 |
| Binary | 11001 | 1000101 | 1011000 | 1001000 | 10110 | 0 | 1000001 | 11000110 | 111000 | 10110 |
Color Harmonies of #194558
Complementary color
Monochromatic Colors of #194558
Black with #194558
Text Example
Text Example
White with #194558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194558; }
p { color: rgb(25,69,88); }
H1.HeaderClassName
{
color: #194558;
}
.AnyTagClassName
{
color: #194558;
}
</style>
background-color css
<style>
a { background-color: #194558; }
a { background-color: rgb(25,69,88); }
div.DivClassName
{
background-color: #194558;
}
.BgClassName
{
background-color: #194558;
}
</style>
border-color css
<style>
span { border-color: #194558; }
span { border-color: rgb(25,69,88); }
td.TdClassName
{
border-color: #194558;
}
.TagClassName
{
border-color: #194558;
}
</style>