Shades of Astronaut Blue #19425D
Tints of Astronaut Blue #19425D
RGB
CMYK
RGB Variations
Color information
#19425D (or 0x19425D) is known color: Astronaut Blue. HEX triplet: 19, 42 and 5D. RGB value is (25,66,93). Sum of RGB (Red+Green+Blue) = 25+66+93=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #19425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19425D is #E6BDA2. Grayscale: #383838. Windows color (decimal): -15121827 or 6111769. OLE color: 6111769.
HSL color Cylindrical-coordinate representation of color #19425D: hue angle of 203.82º 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 #19425D is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 66 | 93 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.64 |
| HSL | 203.82º | 0.58% | 0.23% | - |
| HSV(B) | 203.82º | 0.73% | 0.36% | - |
| XYZ | 4.32 | 4.89 | 11.07 | - |
| YUV | 56.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 93 | 0.73 | 0.29 | 0 | 0.64 | 203.82 | 0.58 | 0.23 |
| Hex | 19 | 42 | 5D | 49 | 1D | 0 | 40 | CC | 3A | 17 |
| Octal | 31 | 102 | 135 | 111 | 35 | 0 | 100 | 314 | 72 | 27 |
| Binary | 11001 | 1000010 | 1011101 | 1001001 | 11101 | 0 | 1000000 | 11001100 | 111010 | 10111 |
Color Harmonies of #19425D
Complementary color
Monochromatic Colors of #19425D
Black with #19425D
Text Example
Text Example
White with #19425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19425D; }
p { color: rgb(25,66,93); }
H1.HeaderClassName
{
color: #19425D;
}
.AnyTagClassName
{
color: #19425D;
}
</style>
background-color css
<style>
a { background-color: #19425D; }
a { background-color: rgb(25,66,93); }
div.DivClassName
{
background-color: #19425D;
}
.BgClassName
{
background-color: #19425D;
}
</style>
border-color css
<style>
span { border-color: #19425D; }
span { border-color: rgb(25,66,93); }
td.TdClassName
{
border-color: #19425D;
}
.TagClassName
{
border-color: #19425D;
}
</style>