Shades of Astronaut Blue #19466B
Tints of Astronaut Blue #19466B
RGB
CMYK
RGB Variations
Color information
#19466B (or 0x19466B) is known color: Astronaut Blue. HEX triplet: 19, 46 and 6B. RGB value is (25,70,107). Sum of RGB (Red+Green+Blue) = 25+70+107=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #19466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19466B is #E6B994. Grayscale: #3C3C3C. Windows color (decimal): -15120789 or 7030297. OLE color: 7030297.
HSL color Cylindrical-coordinate representation of color #19466B: hue angle of 207.07º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19466B is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 70 | 107 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.58 |
| HSL | 207.07º | 0.62% | 0.26% | - |
| HSV(B) | 207.07º | 0.77% | 0.42% | - |
| XYZ | 5.24 | 5.65 | 14.72 | - |
| YUV | 60.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 107 | 0.77 | 0.35 | 0 | 0.58 | 207.07 | 0.62 | 0.26 |
| Hex | 19 | 46 | 6B | 4D | 23 | 0 | 3A | CF | 3E | 1A |
| Octal | 31 | 106 | 153 | 115 | 43 | 0 | 72 | 317 | 76 | 32 |
| Binary | 11001 | 1000110 | 1101011 | 1001101 | 100011 | 0 | 111010 | 11001111 | 111110 | 11010 |
Color Harmonies of #19466B
Complementary color
Monochromatic Colors of #19466B
Black with #19466B
Text Example
Text Example
White with #19466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19466B; }
p { color: rgb(25,70,107); }
H1.HeaderClassName
{
color: #19466B;
}
.AnyTagClassName
{
color: #19466B;
}
</style>
background-color css
<style>
a { background-color: #19466B; }
a { background-color: rgb(25,70,107); }
div.DivClassName
{
background-color: #19466B;
}
.BgClassName
{
background-color: #19466B;
}
</style>
border-color css
<style>
span { border-color: #19466B; }
span { border-color: rgb(25,70,107); }
td.TdClassName
{
border-color: #19466B;
}
.TagClassName
{
border-color: #19466B;
}
</style>