Shades of Astronaut Blue #194358
Tints of Astronaut Blue #194358
RGB
CMYK
RGB Variations
Color information
#194358 (or 0x194358) is known color: Astronaut Blue. HEX triplet: 19, 43 and 58. RGB value is (25,67,88). Sum of RGB (Red+Green+Blue) = 25+67+88=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #194358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194358 is #E6BCA7. Grayscale: #383838. Windows color (decimal): -15121576 or 5784345. OLE color: 5784345.
HSL color Cylindrical-coordinate representation of color #194358: hue angle of 200º 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 #194358 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 67 | 88 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.65 |
| HSL | 200º | 0.56% | 0.22% | - |
| HSV(B) | 200º | 0.72% | 0.35% | - |
| XYZ | 4.17 | 4.93 | 9.96 | - |
| YUV | 56.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 88 | 0.72 | 0.24 | 0 | 0.65 | 200 | 0.56 | 0.22 |
| Hex | 19 | 43 | 58 | 48 | 18 | 0 | 41 | C8 | 38 | 16 |
| Octal | 31 | 103 | 130 | 110 | 30 | 0 | 101 | 310 | 70 | 26 |
| Binary | 11001 | 1000011 | 1011000 | 1001000 | 11000 | 0 | 1000001 | 11001000 | 111000 | 10110 |
Color Harmonies of #194358
Complementary color
Monochromatic Colors of #194358
Black with #194358
Text Example
Text Example
White with #194358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194358; }
p { color: rgb(25,67,88); }
H1.HeaderClassName
{
color: #194358;
}
.AnyTagClassName
{
color: #194358;
}
</style>
background-color css
<style>
a { background-color: #194358; }
a { background-color: rgb(25,67,88); }
div.DivClassName
{
background-color: #194358;
}
.BgClassName
{
background-color: #194358;
}
</style>
border-color css
<style>
span { border-color: #194358; }
span { border-color: rgb(25,67,88); }
td.TdClassName
{
border-color: #194358;
}
.TagClassName
{
border-color: #194358;
}
</style>