Shades of Astronaut Blue #19445F
Tints of Astronaut Blue #19445F
RGB
CMYK
RGB Variations
Color information
#19445F (or 0x19445F) is known color: Astronaut Blue. HEX triplet: 19, 44 and 5F. RGB value is (25,68,95). Sum of RGB (Red+Green+Blue) = 25+68+95=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #19445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19445F is #E6BBA0. Grayscale: #3A3A3A. Windows color (decimal): -15121313 or 6243353. OLE color: 6243353.
HSL color Cylindrical-coordinate representation of color #19445F: hue angle of 203.14º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19445F is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 68 | 95 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.63 |
| HSL | 203.14º | 0.58% | 0.24% | - |
| HSV(B) | 203.14º | 0.74% | 0.37% | - |
| XYZ | 4.53 | 5.17 | 11.58 | - |
| YUV | 58.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 95 | 0.74 | 0.28 | 0 | 0.63 | 203.14 | 0.58 | 0.24 |
| Hex | 19 | 44 | 5F | 4A | 1C | 0 | 3F | CB | 3A | 18 |
| Octal | 31 | 104 | 137 | 112 | 34 | 0 | 77 | 313 | 72 | 30 |
| Binary | 11001 | 1000100 | 1011111 | 1001010 | 11100 | 0 | 111111 | 11001011 | 111010 | 11000 |
Color Harmonies of #19445F
Complementary color
Monochromatic Colors of #19445F
Black with #19445F
Text Example
Text Example
White with #19445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19445F; }
p { color: rgb(25,68,95); }
H1.HeaderClassName
{
color: #19445F;
}
.AnyTagClassName
{
color: #19445F;
}
</style>
background-color css
<style>
a { background-color: #19445F; }
a { background-color: rgb(25,68,95); }
div.DivClassName
{
background-color: #19445F;
}
.BgClassName
{
background-color: #19445F;
}
</style>
border-color css
<style>
span { border-color: #19445F; }
span { border-color: rgb(25,68,95); }
td.TdClassName
{
border-color: #19445F;
}
.TagClassName
{
border-color: #19445F;
}
</style>