Shades of Astronaut Blue #194658
Tints of Astronaut Blue #194658
RGB
CMYK
RGB Variations
Color information
#194658 (or 0x194658) is known color: Astronaut Blue. HEX triplet: 19, 46 and 58. RGB value is (25,70,88). Sum of RGB (Red+Green+Blue) = 25+70+88=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #194658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194658 is #E6B9A7. Grayscale: #3A3A3A. Windows color (decimal): -15120808 or 5785113. OLE color: 5785113.
HSL color Cylindrical-coordinate representation of color #194658: hue angle of 197.14º 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 #194658 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 70 | 88 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.65 |
| HSL | 197.14º | 0.56% | 0.22% | - |
| HSV(B) | 197.14º | 0.72% | 0.35% | - |
| XYZ | 4.35 | 5.29 | 10.02 | - |
| YUV | 58.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 88 | 0.72 | 0.20 | 0 | 0.65 | 197.14 | 0.56 | 0.22 |
| Hex | 19 | 46 | 58 | 48 | 14 | 0 | 41 | C5 | 38 | 16 |
| Octal | 31 | 106 | 130 | 110 | 24 | 0 | 101 | 305 | 70 | 26 |
| Binary | 11001 | 1000110 | 1011000 | 1001000 | 10100 | 0 | 1000001 | 11000101 | 111000 | 10110 |
Color Harmonies of #194658
Complementary color
Monochromatic Colors of #194658
Black with #194658
Text Example
Text Example
White with #194658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194658; }
p { color: rgb(25,70,88); }
H1.HeaderClassName
{
color: #194658;
}
.AnyTagClassName
{
color: #194658;
}
</style>
background-color css
<style>
a { background-color: #194658; }
a { background-color: rgb(25,70,88); }
div.DivClassName
{
background-color: #194658;
}
.BgClassName
{
background-color: #194658;
}
</style>
border-color css
<style>
span { border-color: #194658; }
span { border-color: rgb(25,70,88); }
td.TdClassName
{
border-color: #194658;
}
.TagClassName
{
border-color: #194658;
}
</style>