Shades of Astronaut Blue #19465F
Tints of Astronaut Blue #19465F
RGB
CMYK
RGB Variations
Color information
#19465F (or 0x19465F) is known color: Astronaut Blue. HEX triplet: 19, 46 and 5F. RGB value is (25,70,95). Sum of RGB (Red+Green+Blue) = 25+70+95=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #19465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19465F is #E6B9A0. Grayscale: #3B3B3B. Windows color (decimal): -15120801 or 6243865. OLE color: 6243865.
HSL color Cylindrical-coordinate representation of color #19465F: hue angle of 201.43º 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 #19465F is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 70 | 95 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.63 |
| HSL | 201.43º | 0.58% | 0.24% | - |
| HSV(B) | 201.43º | 0.74% | 0.37% | - |
| XYZ | 4.66 | 5.41 | 11.63 | - |
| YUV | 59.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 95 | 0.74 | 0.26 | 0 | 0.63 | 201.43 | 0.58 | 0.24 |
| Hex | 19 | 46 | 5F | 4A | 1A | 0 | 3F | C9 | 3A | 18 |
| Octal | 31 | 106 | 137 | 112 | 32 | 0 | 77 | 311 | 72 | 30 |
| Binary | 11001 | 1000110 | 1011111 | 1001010 | 11010 | 0 | 111111 | 11001001 | 111010 | 11000 |
Color Harmonies of #19465F
Complementary color
Monochromatic Colors of #19465F
Black with #19465F
Text Example
Text Example
White with #19465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19465F; }
p { color: rgb(25,70,95); }
H1.HeaderClassName
{
color: #19465F;
}
.AnyTagClassName
{
color: #19465F;
}
</style>
background-color css
<style>
a { background-color: #19465F; }
a { background-color: rgb(25,70,95); }
div.DivClassName
{
background-color: #19465F;
}
.BgClassName
{
background-color: #19465F;
}
</style>
border-color css
<style>
span { border-color: #19465F; }
span { border-color: rgb(25,70,95); }
td.TdClassName
{
border-color: #19465F;
}
.TagClassName
{
border-color: #19465F;
}
</style>