Shades of Astronaut Blue #194A68
Tints of Astronaut Blue #194A68
RGB
CMYK
RGB Variations
Color information
#194A68 (or 0x194A68) is known color: Astronaut Blue. HEX triplet: 19, 4A and 68. RGB value is (25,74,104). Sum of RGB (Red+Green+Blue) = 25+74+104=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #194A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A68 is #E6B597. Grayscale: #3E3E3E. Windows color (decimal): -15119768 or 6834713. OLE color: 6834713.
HSL color Cylindrical-coordinate representation of color #194A68: hue angle of 202.78º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194A68 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 74 | 104 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.59 |
| HSL | 202.78º | 0.61% | 0.25% | - |
| HSV(B) | 202.78º | 0.76% | 0.41% | - |
| XYZ | 5.35 | 6.1 | 13.99 | - |
| YUV | 62.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 104 | 0.76 | 0.29 | 0 | 0.59 | 202.78 | 0.61 | 0.25 |
| Hex | 19 | 4A | 68 | 4C | 1D | 0 | 3B | CB | 3D | 19 |
| Octal | 31 | 112 | 150 | 114 | 35 | 0 | 73 | 313 | 75 | 31 |
| Binary | 11001 | 1001010 | 1101000 | 1001100 | 11101 | 0 | 111011 | 11001011 | 111101 | 11001 |
Color Harmonies of #194A68
Complementary color
Monochromatic Colors of #194A68
Black with #194A68
Text Example
Text Example
White with #194A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A68; }
p { color: rgb(25,74,104); }
H1.HeaderClassName
{
color: #194A68;
}
.AnyTagClassName
{
color: #194A68;
}
</style>
background-color css
<style>
a { background-color: #194A68; }
a { background-color: rgb(25,74,104); }
div.DivClassName
{
background-color: #194A68;
}
.BgClassName
{
background-color: #194A68;
}
</style>
border-color css
<style>
span { border-color: #194A68; }
span { border-color: rgb(25,74,104); }
td.TdClassName
{
border-color: #194A68;
}
.TagClassName
{
border-color: #194A68;
}
</style>