Shades of Astronaut Blue #134960
Tints of Astronaut Blue #134960
RGB
CMYK
RGB Variations
Color information
#134960 (or 0x134960) is known color: Astronaut Blue. HEX triplet: 13, 49 and 60. RGB value is (19,73,96). Sum of RGB (Red+Green+Blue) = 19+73+96=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #134960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134960 is #ECB69F. Grayscale: #3B3B3B. Windows color (decimal): -15513248 or 6310163. OLE color: 6310163.
HSL color Cylindrical-coordinate representation of color #134960: hue angle of 197.92º 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 #134960 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 73 | 96 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.62 |
| HSL | 197.92º | 0.67% | 0.23% | - |
| HSV(B) | 197.92º | 0.8% | 0.38% | - |
| XYZ | 4.76 | 5.75 | 11.92 | - |
| YUV | 59.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 96 | 0.80 | 0.24 | 0 | 0.62 | 197.92 | 0.67 | 0.23 |
| Hex | 13 | 49 | 60 | 50 | 18 | 0 | 3E | C6 | 43 | 17 |
| Octal | 23 | 111 | 140 | 120 | 30 | 0 | 76 | 306 | 103 | 27 |
| Binary | 10011 | 1001001 | 1100000 | 1010000 | 11000 | 0 | 111110 | 11000110 | 1000011 | 10111 |
Color Harmonies of #134960
Complementary color
Monochromatic Colors of #134960
Black with #134960
Text Example
Text Example
White with #134960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134960; }
p { color: rgb(19,73,96); }
H1.HeaderClassName
{
color: #134960;
}
.AnyTagClassName
{
color: #134960;
}
</style>
background-color css
<style>
a { background-color: #134960; }
a { background-color: rgb(19,73,96); }
div.DivClassName
{
background-color: #134960;
}
.BgClassName
{
background-color: #134960;
}
</style>
border-color css
<style>
span { border-color: #134960; }
span { border-color: rgb(19,73,96); }
td.TdClassName
{
border-color: #134960;
}
.TagClassName
{
border-color: #134960;
}
</style>