Shades of Astronaut Blue #19455D
Tints of Astronaut Blue #19455D
RGB
CMYK
RGB Variations
Color information
#19455D (or 0x19455D) is known color: Astronaut Blue. HEX triplet: 19, 45 and 5D. RGB value is (25,69,93). Sum of RGB (Red+Green+Blue) = 25+69+93=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #19455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19455D is #E6BAA2. Grayscale: #3A3A3A. Windows color (decimal): -15121059 or 6112537. OLE color: 6112537.
HSL color Cylindrical-coordinate representation of color #19455D: hue angle of 201.18º 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 #19455D is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 69 | 93 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.64 |
| HSL | 201.18º | 0.58% | 0.23% | - |
| HSV(B) | 201.18º | 0.73% | 0.36% | - |
| XYZ | 4.5 | 5.25 | 11.13 | - |
| YUV | 58.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 93 | 0.73 | 0.26 | 0 | 0.64 | 201.18 | 0.58 | 0.23 |
| Hex | 19 | 45 | 5D | 49 | 1A | 0 | 40 | C9 | 3A | 17 |
| Octal | 31 | 105 | 135 | 111 | 32 | 0 | 100 | 311 | 72 | 27 |
| Binary | 11001 | 1000101 | 1011101 | 1001001 | 11010 | 0 | 1000000 | 11001001 | 111010 | 10111 |
Color Harmonies of #19455D
Complementary color
Monochromatic Colors of #19455D
Black with #19455D
Text Example
Text Example
White with #19455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19455D; }
p { color: rgb(25,69,93); }
H1.HeaderClassName
{
color: #19455D;
}
.AnyTagClassName
{
color: #19455D;
}
</style>
background-color css
<style>
a { background-color: #19455D; }
a { background-color: rgb(25,69,93); }
div.DivClassName
{
background-color: #19455D;
}
.BgClassName
{
background-color: #19455D;
}
</style>
border-color css
<style>
span { border-color: #19455D; }
span { border-color: rgb(25,69,93); }
td.TdClassName
{
border-color: #19455D;
}
.TagClassName
{
border-color: #19455D;
}
</style>