Shades of Astronaut Blue #194A67
Tints of Astronaut Blue #194A67
RGB
CMYK
RGB Variations
Color information
#194A67 (or 0x194A67) is known color: Astronaut Blue. HEX triplet: 19, 4A and 67. RGB value is (25,74,103). Sum of RGB (Red+Green+Blue) = 25+74+103=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #194A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A67 is #E6B598. Grayscale: #3E3E3E. Windows color (decimal): -15119769 or 6769177. OLE color: 6769177.
HSL color Cylindrical-coordinate representation of color #194A67: hue angle of 202.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194A67 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 74 | 103 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.60 |
| HSL | 202.31º | 0.61% | 0.25% | - |
| HSV(B) | 202.31º | 0.76% | 0.4% | - |
| XYZ | 5.3 | 6.08 | 13.73 | - |
| YUV | 62.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 103 | 0.76 | 0.28 | 0 | 0.60 | 202.31 | 0.61 | 0.25 |
| Hex | 19 | 4A | 67 | 4C | 1C | 0 | 3C | CA | 3D | 19 |
| Octal | 31 | 112 | 147 | 114 | 34 | 0 | 74 | 312 | 75 | 31 |
| Binary | 11001 | 1001010 | 1100111 | 1001100 | 11100 | 0 | 111100 | 11001010 | 111101 | 11001 |
Color Harmonies of #194A67
Complementary color
Monochromatic Colors of #194A67
Black with #194A67
Text Example
Text Example
White with #194A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A67; }
p { color: rgb(25,74,103); }
H1.HeaderClassName
{
color: #194A67;
}
.AnyTagClassName
{
color: #194A67;
}
</style>
background-color css
<style>
a { background-color: #194A67; }
a { background-color: rgb(25,74,103); }
div.DivClassName
{
background-color: #194A67;
}
.BgClassName
{
background-color: #194A67;
}
</style>
border-color css
<style>
span { border-color: #194A67; }
span { border-color: rgb(25,74,103); }
td.TdClassName
{
border-color: #194A67;
}
.TagClassName
{
border-color: #194A67;
}
</style>