Shades of Astronaut Blue #19435B
Tints of Astronaut Blue #19435B
RGB
CMYK
RGB Variations
Color information
#19435B (or 0x19435B) is known color: Astronaut Blue. HEX triplet: 19, 43 and 5B. RGB value is (25,67,91). Sum of RGB (Red+Green+Blue) = 25+67+91=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #19435B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19435B is #E6BCA4. Grayscale: #393939. Windows color (decimal): -15121573 or 5980953. OLE color: 5980953.
HSL color Cylindrical-coordinate representation of color #19435B: hue angle of 201.82º 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 #19435B is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 67 | 91 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.64 |
| HSL | 201.82º | 0.57% | 0.23% | - |
| HSV(B) | 201.82º | 0.73% | 0.36% | - |
| XYZ | 4.3 | 4.98 | 10.63 | - |
| YUV | 57.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 91 | 0.73 | 0.26 | 0 | 0.64 | 201.82 | 0.57 | 0.23 |
| Hex | 19 | 43 | 5B | 49 | 1A | 0 | 40 | CA | 39 | 17 |
| Octal | 31 | 103 | 133 | 111 | 32 | 0 | 100 | 312 | 71 | 27 |
| Binary | 11001 | 1000011 | 1011011 | 1001001 | 11010 | 0 | 1000000 | 11001010 | 111001 | 10111 |
Color Harmonies of #19435B
Complementary color
Monochromatic Colors of #19435B
Black with #19435B
Text Example
Text Example
White with #19435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19435B; }
p { color: rgb(25,67,91); }
H1.HeaderClassName
{
color: #19435B;
}
.AnyTagClassName
{
color: #19435B;
}
</style>
background-color css
<style>
a { background-color: #19435B; }
a { background-color: rgb(25,67,91); }
div.DivClassName
{
background-color: #19435B;
}
.BgClassName
{
background-color: #19435B;
}
</style>
border-color css
<style>
span { border-color: #19435B; }
span { border-color: rgb(25,67,91); }
td.TdClassName
{
border-color: #19435B;
}
.TagClassName
{
border-color: #19435B;
}
</style>