Shades of Astronaut Blue #134F60
Tints of Astronaut Blue #134F60
RGB
CMYK
RGB Variations
Color information
#134F60 (or 0x134F60) is known color: Astronaut Blue. HEX triplet: 13, 4F and 60. RGB value is (19,79,96). Sum of RGB (Red+Green+Blue) = 19+79+96=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #134F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F60 is #ECB09F. Grayscale: #3E3E3E. Windows color (decimal): -15511712 or 6311699. OLE color: 6311699.
HSL color Cylindrical-coordinate representation of color #134F60: hue angle of 193.25º 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 #134F60 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 79 | 96 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.62 |
| HSL | 193.25º | 0.67% | 0.23% | - |
| HSV(B) | 193.25º | 0.8% | 0.38% | - |
| XYZ | 5.18 | 6.57 | 12.06 | - |
| YUV | 63 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 96 | 0.80 | 0.18 | 0 | 0.62 | 193.25 | 0.67 | 0.23 |
| Hex | 13 | 4F | 60 | 50 | 12 | 0 | 3E | C1 | 43 | 17 |
| Octal | 23 | 117 | 140 | 120 | 22 | 0 | 76 | 301 | 103 | 27 |
| Binary | 10011 | 1001111 | 1100000 | 1010000 | 10010 | 0 | 111110 | 11000001 | 1000011 | 10111 |
Color Harmonies of #134F60
Complementary color
Monochromatic Colors of #134F60
Black with #134F60
Text Example
Text Example
White with #134F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F60; }
p { color: rgb(19,79,96); }
H1.HeaderClassName
{
color: #134F60;
}
.AnyTagClassName
{
color: #134F60;
}
</style>
background-color css
<style>
a { background-color: #134F60; }
a { background-color: rgb(19,79,96); }
div.DivClassName
{
background-color: #134F60;
}
.BgClassName
{
background-color: #134F60;
}
</style>
border-color css
<style>
span { border-color: #134F60; }
span { border-color: rgb(19,79,96); }
td.TdClassName
{
border-color: #134F60;
}
.TagClassName
{
border-color: #134F60;
}
</style>