Shades of Astronaut Blue #134860
Tints of Astronaut Blue #134860
RGB
CMYK
RGB Variations
Color information
#134860 (or 0x134860) is known color: Astronaut Blue. HEX triplet: 13, 48 and 60. RGB value is (19,72,96). Sum of RGB (Red+Green+Blue) = 19+72+96=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #134860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134860 is #ECB79F. Grayscale: #3A3A3A. Windows color (decimal): -15513504 or 6309907. OLE color: 6309907.
HSL color Cylindrical-coordinate representation of color #134860: hue angle of 198.7º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134860 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 72 | 96 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.62 |
| HSL | 198.7º | 0.67% | 0.23% | - |
| HSV(B) | 198.7º | 0.8% | 0.38% | - |
| XYZ | 4.7 | 5.62 | 11.9 | - |
| YUV | 58.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 96 | 0.80 | 0.25 | 0 | 0.62 | 198.7 | 0.67 | 0.23 |
| Hex | 13 | 48 | 60 | 50 | 19 | 0 | 3E | C7 | 43 | 17 |
| Octal | 23 | 110 | 140 | 120 | 31 | 0 | 76 | 307 | 103 | 27 |
| Binary | 10011 | 1001000 | 1100000 | 1010000 | 11001 | 0 | 111110 | 11000111 | 1000011 | 10111 |
Color Harmonies of #134860
Complementary color
Monochromatic Colors of #134860
Black with #134860
Text Example
Text Example
White with #134860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134860; }
p { color: rgb(19,72,96); }
H1.HeaderClassName
{
color: #134860;
}
.AnyTagClassName
{
color: #134860;
}
</style>
background-color css
<style>
a { background-color: #134860; }
a { background-color: rgb(19,72,96); }
div.DivClassName
{
background-color: #134860;
}
.BgClassName
{
background-color: #134860;
}
</style>
border-color css
<style>
span { border-color: #134860; }
span { border-color: rgb(19,72,96); }
td.TdClassName
{
border-color: #134860;
}
.TagClassName
{
border-color: #134860;
}
</style>