Shades of Astronaut Blue #194B5D
Tints of Astronaut Blue #194B5D
RGB
CMYK
RGB Variations
Color information
#194B5D (or 0x194B5D) is known color: Astronaut Blue. HEX triplet: 19, 4B and 5D. RGB value is (25,75,93). Sum of RGB (Red+Green+Blue) = 25+75+93=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #194B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B5D is #E6B4A2. Grayscale: #3D3D3D. Windows color (decimal): -15119523 or 6114073. OLE color: 6114073.
HSL color Cylindrical-coordinate representation of color #194B5D: hue angle of 195.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194B5D is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 75 | 93 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.64 |
| HSL | 195.88º | 0.58% | 0.23% | - |
| HSV(B) | 195.88º | 0.73% | 0.36% | - |
| XYZ | 4.89 | 6.03 | 11.26 | - |
| YUV | 62.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 93 | 0.73 | 0.19 | 0 | 0.64 | 195.88 | 0.58 | 0.23 |
| Hex | 19 | 4B | 5D | 49 | 13 | 0 | 40 | C4 | 3A | 17 |
| Octal | 31 | 113 | 135 | 111 | 23 | 0 | 100 | 304 | 72 | 27 |
| Binary | 11001 | 1001011 | 1011101 | 1001001 | 10011 | 0 | 1000000 | 11000100 | 111010 | 10111 |
Color Harmonies of #194B5D
Complementary color
Monochromatic Colors of #194B5D
Black with #194B5D
Text Example
Text Example
White with #194B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B5D; }
p { color: rgb(25,75,93); }
H1.HeaderClassName
{
color: #194B5D;
}
.AnyTagClassName
{
color: #194B5D;
}
</style>
background-color css
<style>
a { background-color: #194B5D; }
a { background-color: rgb(25,75,93); }
div.DivClassName
{
background-color: #194B5D;
}
.BgClassName
{
background-color: #194B5D;
}
</style>
border-color css
<style>
span { border-color: #194B5D; }
span { border-color: rgb(25,75,93); }
td.TdClassName
{
border-color: #194B5D;
}
.TagClassName
{
border-color: #194B5D;
}
</style>