Shades of Astronaut Blue #19435D
Tints of Astronaut Blue #19435D
RGB
CMYK
RGB Variations
Color information
#19435D (or 0x19435D) is known color: Astronaut Blue. HEX triplet: 19, 43 and 5D. RGB value is (25,67,93). Sum of RGB (Red+Green+Blue) = 25+67+93=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #19435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19435D is #E6BCA2. Grayscale: #393939. Windows color (decimal): -15121571 or 6112025. OLE color: 6112025.
HSL color Cylindrical-coordinate representation of color #19435D: hue angle of 202.94º 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 #19435D is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 67 | 93 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.64 |
| HSL | 202.94º | 0.58% | 0.23% | - |
| HSV(B) | 202.94º | 0.73% | 0.36% | - |
| XYZ | 4.38 | 5.01 | 11.09 | - |
| YUV | 57.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 93 | 0.73 | 0.28 | 0 | 0.64 | 202.94 | 0.58 | 0.23 |
| Hex | 19 | 43 | 5D | 49 | 1C | 0 | 40 | CB | 3A | 17 |
| Octal | 31 | 103 | 135 | 111 | 34 | 0 | 100 | 313 | 72 | 27 |
| Binary | 11001 | 1000011 | 1011101 | 1001001 | 11100 | 0 | 1000000 | 11001011 | 111010 | 10111 |
Color Harmonies of #19435D
Complementary color
Monochromatic Colors of #19435D
Black with #19435D
Text Example
Text Example
White with #19435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19435D; }
p { color: rgb(25,67,93); }
H1.HeaderClassName
{
color: #19435D;
}
.AnyTagClassName
{
color: #19435D;
}
</style>
background-color css
<style>
a { background-color: #19435D; }
a { background-color: rgb(25,67,93); }
div.DivClassName
{
background-color: #19435D;
}
.BgClassName
{
background-color: #19435D;
}
</style>
border-color css
<style>
span { border-color: #19435D; }
span { border-color: rgb(25,67,93); }
td.TdClassName
{
border-color: #19435D;
}
.TagClassName
{
border-color: #19435D;
}
</style>