Shades of Astronaut Blue #19425B
Tints of Astronaut Blue #19425B
RGB
CMYK
RGB Variations
Color information
#19425B (or 0x19425B) is known color: Astronaut Blue. HEX triplet: 19, 42 and 5B. RGB value is (25,66,91). Sum of RGB (Red+Green+Blue) = 25+66+91=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #19425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19425B is #E6BDA4. Grayscale: #383838. Windows color (decimal): -15121829 or 5980697. OLE color: 5980697.
HSL color Cylindrical-coordinate representation of color #19425B: hue angle of 202.73º degrees, saturation: 0.57, 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 #19425B is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 66 | 91 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.64 |
| HSL | 202.73º | 0.57% | 0.23% | - |
| HSV(B) | 202.73º | 0.73% | 0.36% | - |
| XYZ | 4.24 | 4.86 | 10.61 | - |
| YUV | 56.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 91 | 0.73 | 0.27 | 0 | 0.64 | 202.73 | 0.57 | 0.23 |
| Hex | 19 | 42 | 5B | 49 | 1B | 0 | 40 | CB | 39 | 17 |
| Octal | 31 | 102 | 133 | 111 | 33 | 0 | 100 | 313 | 71 | 27 |
| Binary | 11001 | 1000010 | 1011011 | 1001001 | 11011 | 0 | 1000000 | 11001011 | 111001 | 10111 |
Color Harmonies of #19425B
Complementary color
Monochromatic Colors of #19425B
Black with #19425B
Text Example
Text Example
White with #19425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19425B; }
p { color: rgb(25,66,91); }
H1.HeaderClassName
{
color: #19425B;
}
.AnyTagClassName
{
color: #19425B;
}
</style>
background-color css
<style>
a { background-color: #19425B; }
a { background-color: rgb(25,66,91); }
div.DivClassName
{
background-color: #19425B;
}
.BgClassName
{
background-color: #19425B;
}
</style>
border-color css
<style>
span { border-color: #19425B; }
span { border-color: rgb(25,66,91); }
td.TdClassName
{
border-color: #19425B;
}
.TagClassName
{
border-color: #19425B;
}
</style>