Shades of Astronaut Blue #194864
Tints of Astronaut Blue #194864
RGB
CMYK
RGB Variations
Color information
#194864 (or 0x194864) is known color: Astronaut Blue. HEX triplet: 19, 48 and 64. RGB value is (25,72,100). Sum of RGB (Red+Green+Blue) = 25+72+100=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #194864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194864 is #E6B79B. Grayscale: #3C3C3C. Windows color (decimal): -15120284 or 6572057. OLE color: 6572057.
HSL color Cylindrical-coordinate representation of color #194864: hue angle of 202.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194864 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 72 | 100 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.61 |
| HSL | 202.4º | 0.6% | 0.25% | - |
| HSV(B) | 202.4º | 0.75% | 0.39% | - |
| XYZ | 5.02 | 5.76 | 12.9 | - |
| YUV | 61.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 100 | 0.75 | 0.28 | 0 | 0.61 | 202.4 | 0.6 | 0.25 |
| Hex | 19 | 48 | 64 | 4B | 1C | 0 | 3D | CA | 3C | 19 |
| Octal | 31 | 110 | 144 | 113 | 34 | 0 | 75 | 312 | 74 | 31 |
| Binary | 11001 | 1001000 | 1100100 | 1001011 | 11100 | 0 | 111101 | 11001010 | 111100 | 11001 |
Color Harmonies of #194864
Complementary color
Monochromatic Colors of #194864
Black with #194864
Text Example
Text Example
White with #194864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194864; }
p { color: rgb(25,72,100); }
H1.HeaderClassName
{
color: #194864;
}
.AnyTagClassName
{
color: #194864;
}
</style>
background-color css
<style>
a { background-color: #194864; }
a { background-color: rgb(25,72,100); }
div.DivClassName
{
background-color: #194864;
}
.BgClassName
{
background-color: #194864;
}
</style>
border-color css
<style>
span { border-color: #194864; }
span { border-color: rgb(25,72,100); }
td.TdClassName
{
border-color: #194864;
}
.TagClassName
{
border-color: #194864;
}
</style>