Shades of Astronaut Blue #194258
Tints of Astronaut Blue #194258
RGB
CMYK
RGB Variations
Color information
#194258 (or 0x194258) is known color: Astronaut Blue. HEX triplet: 19, 42 and 58. RGB value is (25,66,88). Sum of RGB (Red+Green+Blue) = 25+66+88=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #194258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194258 is #E6BDA7. Grayscale: #383838. Windows color (decimal): -15121832 or 5784089. OLE color: 5784089.
HSL color Cylindrical-coordinate representation of color #194258: hue angle of 200.95º 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 #194258 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 66 | 88 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.65 |
| HSL | 200.95º | 0.56% | 0.22% | - |
| HSV(B) | 200.95º | 0.72% | 0.35% | - |
| XYZ | 4.11 | 4.81 | 9.94 | - |
| YUV | 56.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 88 | 0.72 | 0.25 | 0 | 0.65 | 200.95 | 0.56 | 0.22 |
| Hex | 19 | 42 | 58 | 48 | 19 | 0 | 41 | C9 | 38 | 16 |
| Octal | 31 | 102 | 130 | 110 | 31 | 0 | 101 | 311 | 70 | 26 |
| Binary | 11001 | 1000010 | 1011000 | 1001000 | 11001 | 0 | 1000001 | 11001001 | 111000 | 10110 |
Color Harmonies of #194258
Complementary color
Monochromatic Colors of #194258
Black with #194258
Text Example
Text Example
White with #194258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194258; }
p { color: rgb(25,66,88); }
H1.HeaderClassName
{
color: #194258;
}
.AnyTagClassName
{
color: #194258;
}
</style>
background-color css
<style>
a { background-color: #194258; }
a { background-color: rgb(25,66,88); }
div.DivClassName
{
background-color: #194258;
}
.BgClassName
{
background-color: #194258;
}
</style>
border-color css
<style>
span { border-color: #194258; }
span { border-color: rgb(25,66,88); }
td.TdClassName
{
border-color: #194258;
}
.TagClassName
{
border-color: #194258;
}
</style>