Shades of Astronaut Blue #194765
Tints of Astronaut Blue #194765
RGB
CMYK
RGB Variations
Color information
#194765 (or 0x194765) is known color: Astronaut Blue. HEX triplet: 19, 47 and 65. RGB value is (25,71,101). Sum of RGB (Red+Green+Blue) = 25+71+101=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #194765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194765 is #E6B89A. Grayscale: #3C3C3C. Windows color (decimal): -15120539 or 6637337. OLE color: 6637337.
HSL color Cylindrical-coordinate representation of color #194765: hue angle of 203.68º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194765 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 71 | 101 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.60 |
| HSL | 203.68º | 0.6% | 0.25% | - |
| HSV(B) | 203.68º | 0.75% | 0.4% | - |
| XYZ | 5 | 5.65 | 13.14 | - |
| YUV | 60.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 101 | 0.75 | 0.30 | 0 | 0.60 | 203.68 | 0.6 | 0.25 |
| Hex | 19 | 47 | 65 | 4B | 1E | 0 | 3C | CC | 3C | 19 |
| Octal | 31 | 107 | 145 | 113 | 36 | 0 | 74 | 314 | 74 | 31 |
| Binary | 11001 | 1000111 | 1100101 | 1001011 | 11110 | 0 | 111100 | 11001100 | 111100 | 11001 |
Color Harmonies of #194765
Complementary color
Monochromatic Colors of #194765
Black with #194765
Text Example
Text Example
White with #194765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194765; }
p { color: rgb(25,71,101); }
H1.HeaderClassName
{
color: #194765;
}
.AnyTagClassName
{
color: #194765;
}
</style>
background-color css
<style>
a { background-color: #194765; }
a { background-color: rgb(25,71,101); }
div.DivClassName
{
background-color: #194765;
}
.BgClassName
{
background-color: #194765;
}
</style>
border-color css
<style>
span { border-color: #194765; }
span { border-color: rgb(25,71,101); }
td.TdClassName
{
border-color: #194765;
}
.TagClassName
{
border-color: #194765;
}
</style>