Shades of Astronaut Blue #194E5F
Tints of Astronaut Blue #194E5F
RGB
CMYK
RGB Variations
Color information
#194E5F (or 0x194E5F) is known color: Astronaut Blue. HEX triplet: 19, 4E and 5F. RGB value is (25,78,95). Sum of RGB (Red+Green+Blue) = 25+78+95=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #194E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E5F is #E6B1A0. Grayscale: #3F3F3F. Windows color (decimal): -15118753 or 6245913. OLE color: 6245913.
HSL color Cylindrical-coordinate representation of color #194E5F: hue angle of 194.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194E5F is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 78 | 95 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.63 |
| HSL | 194.57º | 0.58% | 0.24% | - |
| HSV(B) | 194.57º | 0.74% | 0.37% | - |
| XYZ | 5.19 | 6.48 | 11.8 | - |
| YUV | 64.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 95 | 0.74 | 0.18 | 0 | 0.63 | 194.57 | 0.58 | 0.24 |
| Hex | 19 | 4E | 5F | 4A | 12 | 0 | 3F | C3 | 3A | 18 |
| Octal | 31 | 116 | 137 | 112 | 22 | 0 | 77 | 303 | 72 | 30 |
| Binary | 11001 | 1001110 | 1011111 | 1001010 | 10010 | 0 | 111111 | 11000011 | 111010 | 11000 |
Color Harmonies of #194E5F
Complementary color
Monochromatic Colors of #194E5F
Black with #194E5F
Text Example
Text Example
White with #194E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E5F; }
p { color: rgb(25,78,95); }
H1.HeaderClassName
{
color: #194E5F;
}
.AnyTagClassName
{
color: #194E5F;
}
</style>
background-color css
<style>
a { background-color: #194E5F; }
a { background-color: rgb(25,78,95); }
div.DivClassName
{
background-color: #194E5F;
}
.BgClassName
{
background-color: #194E5F;
}
</style>
border-color css
<style>
span { border-color: #194E5F; }
span { border-color: rgb(25,78,95); }
td.TdClassName
{
border-color: #194E5F;
}
.TagClassName
{
border-color: #194E5F;
}
</style>