Shades of Astronaut Blue #19425A
Tints of Astronaut Blue #19425A
RGB
CMYK
RGB Variations
Color information
#19425A (or 0x19425A) is known color: Astronaut Blue. HEX triplet: 19, 42 and 5A. RGB value is (25,66,90). Sum of RGB (Red+Green+Blue) = 25+66+90=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #19425A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19425A is #E6BDA5. Grayscale: #383838. Windows color (decimal): -15121830 or 5915161. OLE color: 5915161.
HSL color Cylindrical-coordinate representation of color #19425A: hue angle of 202.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19425A is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 66 | 90 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.65 |
| HSL | 202.15º | 0.57% | 0.23% | - |
| HSV(B) | 202.15º | 0.72% | 0.35% | - |
| XYZ | 4.19 | 4.84 | 10.39 | - |
| YUV | 56.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 90 | 0.72 | 0.27 | 0 | 0.65 | 202.15 | 0.57 | 0.23 |
| Hex | 19 | 42 | 5A | 48 | 1B | 0 | 41 | CA | 39 | 17 |
| Octal | 31 | 102 | 132 | 110 | 33 | 0 | 101 | 312 | 71 | 27 |
| Binary | 11001 | 1000010 | 1011010 | 1001000 | 11011 | 0 | 1000001 | 11001010 | 111001 | 10111 |
Color Harmonies of #19425A
Complementary color
Monochromatic Colors of #19425A
Black with #19425A
Text Example
Text Example
White with #19425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19425A; }
p { color: rgb(25,66,90); }
H1.HeaderClassName
{
color: #19425A;
}
.AnyTagClassName
{
color: #19425A;
}
</style>
background-color css
<style>
a { background-color: #19425A; }
a { background-color: rgb(25,66,90); }
div.DivClassName
{
background-color: #19425A;
}
.BgClassName
{
background-color: #19425A;
}
</style>
border-color css
<style>
span { border-color: #19425A; }
span { border-color: rgb(25,66,90); }
td.TdClassName
{
border-color: #19425A;
}
.TagClassName
{
border-color: #19425A;
}
</style>