Shades of Astronaut Blue #134E65
Tints of Astronaut Blue #134E65
RGB
CMYK
RGB Variations
Color information
#134E65 (or 0x134E65) is known color: Astronaut Blue. HEX triplet: 13, 4E and 65. RGB value is (19,78,101). Sum of RGB (Red+Green+Blue) = 19+78+101=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #134E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E65 is #ECB19A. Grayscale: #3E3E3E. Windows color (decimal): -15511963 or 6639123. OLE color: 6639123.
HSL color Cylindrical-coordinate representation of color #134E65: hue angle of 196.83º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134E65 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 78 | 101 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.60 |
| HSL | 196.83º | 0.68% | 0.24% | - |
| HSV(B) | 196.83º | 0.81% | 0.4% | - |
| XYZ | 5.34 | 6.53 | 13.29 | - |
| YUV | 62.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 101 | 0.81 | 0.23 | 0 | 0.60 | 196.83 | 0.68 | 0.24 |
| Hex | 13 | 4E | 65 | 51 | 17 | 0 | 3C | C5 | 44 | 18 |
| Octal | 23 | 116 | 145 | 121 | 27 | 0 | 74 | 305 | 104 | 30 |
| Binary | 10011 | 1001110 | 1100101 | 1010001 | 10111 | 0 | 111100 | 11000101 | 1000100 | 11000 |
Color Harmonies of #134E65
Complementary color
Monochromatic Colors of #134E65
Black with #134E65
Text Example
Text Example
White with #134E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E65; }
p { color: rgb(19,78,101); }
H1.HeaderClassName
{
color: #134E65;
}
.AnyTagClassName
{
color: #134E65;
}
</style>
background-color css
<style>
a { background-color: #134E65; }
a { background-color: rgb(19,78,101); }
div.DivClassName
{
background-color: #134E65;
}
.BgClassName
{
background-color: #134E65;
}
</style>
border-color css
<style>
span { border-color: #134E65; }
span { border-color: rgb(19,78,101); }
td.TdClassName
{
border-color: #134E65;
}
.TagClassName
{
border-color: #134E65;
}
</style>