Shades of Astronaut Blue #194458
Tints of Astronaut Blue #194458
RGB
CMYK
RGB Variations
Color information
#194458 (or 0x194458) is known color: Astronaut Blue. HEX triplet: 19, 44 and 58. RGB value is (25,68,88). Sum of RGB (Red+Green+Blue) = 25+68+88=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #194458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194458 is #E6BBA7. Grayscale: #393939. Windows color (decimal): -15121320 or 5784601. OLE color: 5784601.
HSL color Cylindrical-coordinate representation of color #194458: hue angle of 199.05º 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 #194458 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 68 | 88 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.65 |
| HSL | 199.05º | 0.56% | 0.22% | - |
| HSV(B) | 199.05º | 0.72% | 0.35% | - |
| XYZ | 4.23 | 5.05 | 9.98 | - |
| YUV | 57.42 | 145.25 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 88 | 0.72 | 0.23 | 0 | 0.65 | 199.05 | 0.56 | 0.22 |
| Hex | 19 | 44 | 58 | 48 | 17 | 0 | 41 | C7 | 38 | 16 |
| Octal | 31 | 104 | 130 | 110 | 27 | 0 | 101 | 307 | 70 | 26 |
| Binary | 11001 | 1000100 | 1011000 | 1001000 | 10111 | 0 | 1000001 | 11000111 | 111000 | 10110 |
Color Harmonies of #194458
Complementary color
Monochromatic Colors of #194458
Black with #194458
Text Example
Text Example
White with #194458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194458; }
p { color: rgb(25,68,88); }
H1.HeaderClassName
{
color: #194458;
}
.AnyTagClassName
{
color: #194458;
}
</style>
background-color css
<style>
a { background-color: #194458; }
a { background-color: rgb(25,68,88); }
div.DivClassName
{
background-color: #194458;
}
.BgClassName
{
background-color: #194458;
}
</style>
border-color css
<style>
span { border-color: #194458; }
span { border-color: rgb(25,68,88); }
td.TdClassName
{
border-color: #194458;
}
.TagClassName
{
border-color: #194458;
}
</style>