Shades of Astronaut Blue #134E61
Tints of Astronaut Blue #134E61
RGB
CMYK
RGB Variations
Color information
#134E61 (or 0x134E61) is known color: Astronaut Blue. HEX triplet: 13, 4E and 61. RGB value is (19,78,97). Sum of RGB (Red+Green+Blue) = 19+78+97=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #134E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E61 is #ECB19E. Grayscale: #3E3E3E. Windows color (decimal): -15511967 or 6376979. OLE color: 6376979.
HSL color Cylindrical-coordinate representation of color #134E61: hue angle of 194.62º 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 #134E61 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 78 | 97 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.62 |
| HSL | 194.62º | 0.67% | 0.23% | - |
| HSV(B) | 194.62º | 0.8% | 0.38% | - |
| XYZ | 5.15 | 6.45 | 12.28 | - |
| YUV | 62.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 97 | 0.80 | 0.20 | 0 | 0.62 | 194.62 | 0.67 | 0.23 |
| Hex | 13 | 4E | 61 | 50 | 14 | 0 | 3E | C3 | 43 | 17 |
| Octal | 23 | 116 | 141 | 120 | 24 | 0 | 76 | 303 | 103 | 27 |
| Binary | 10011 | 1001110 | 1100001 | 1010000 | 10100 | 0 | 111110 | 11000011 | 1000011 | 10111 |
Color Harmonies of #134E61
Complementary color
Monochromatic Colors of #134E61
Black with #134E61
Text Example
Text Example
White with #134E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E61; }
p { color: rgb(19,78,97); }
H1.HeaderClassName
{
color: #134E61;
}
.AnyTagClassName
{
color: #134E61;
}
</style>
background-color css
<style>
a { background-color: #134E61; }
a { background-color: rgb(19,78,97); }
div.DivClassName
{
background-color: #134E61;
}
.BgClassName
{
background-color: #134E61;
}
</style>
border-color css
<style>
span { border-color: #134E61; }
span { border-color: rgb(19,78,97); }
td.TdClassName
{
border-color: #134E61;
}
.TagClassName
{
border-color: #134E61;
}
</style>