Shades of Astronaut Blue #194B5F
Tints of Astronaut Blue #194B5F
RGB
CMYK
RGB Variations
Color information
#194B5F (or 0x194B5F) is known color: Astronaut Blue. HEX triplet: 19, 4B and 5F. RGB value is (25,75,95). Sum of RGB (Red+Green+Blue) = 25+75+95=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #194B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B5F is #E6B4A0. Grayscale: #3E3E3E. Windows color (decimal): -15119521 or 6245145. OLE color: 6245145.
HSL color Cylindrical-coordinate representation of color #194B5F: hue angle of 197.14º 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 #194B5F is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 75 | 95 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.63 |
| HSL | 197.14º | 0.58% | 0.24% | - |
| HSV(B) | 197.14º | 0.74% | 0.37% | - |
| XYZ | 4.98 | 6.07 | 11.73 | - |
| YUV | 62.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 95 | 0.74 | 0.21 | 0 | 0.63 | 197.14 | 0.58 | 0.24 |
| Hex | 19 | 4B | 5F | 4A | 15 | 0 | 3F | C5 | 3A | 18 |
| Octal | 31 | 113 | 137 | 112 | 25 | 0 | 77 | 305 | 72 | 30 |
| Binary | 11001 | 1001011 | 1011111 | 1001010 | 10101 | 0 | 111111 | 11000101 | 111010 | 11000 |
Color Harmonies of #194B5F
Complementary color
Monochromatic Colors of #194B5F
Black with #194B5F
Text Example
Text Example
White with #194B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B5F; }
p { color: rgb(25,75,95); }
H1.HeaderClassName
{
color: #194B5F;
}
.AnyTagClassName
{
color: #194B5F;
}
</style>
background-color css
<style>
a { background-color: #194B5F; }
a { background-color: rgb(25,75,95); }
div.DivClassName
{
background-color: #194B5F;
}
.BgClassName
{
background-color: #194B5F;
}
</style>
border-color css
<style>
span { border-color: #194B5F; }
span { border-color: rgb(25,75,95); }
td.TdClassName
{
border-color: #194B5F;
}
.TagClassName
{
border-color: #194B5F;
}
</style>