Shades of Astronaut Blue #134D63
Tints of Astronaut Blue #134D63
RGB
CMYK
RGB Variations
Color information
#134D63 (or 0x134D63) is known color: Astronaut Blue. HEX triplet: 13, 4D and 63. RGB value is (19,77,99). Sum of RGB (Red+Green+Blue) = 19+77+99=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #134D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D63 is #ECB29C. Grayscale: #3E3E3E. Windows color (decimal): -15512221 or 6507795. OLE color: 6507795.
HSL color Cylindrical-coordinate representation of color #134D63: hue angle of 196.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134D63 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 77 | 99 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.61 |
| HSL | 196.5º | 0.68% | 0.23% | - |
| HSV(B) | 196.5º | 0.81% | 0.39% | - |
| XYZ | 5.17 | 6.35 | 12.76 | - |
| YUV | 62.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 99 | 0.81 | 0.22 | 0 | 0.61 | 196.5 | 0.68 | 0.23 |
| Hex | 13 | 4D | 63 | 51 | 16 | 0 | 3D | C4 | 44 | 17 |
| Octal | 23 | 115 | 143 | 121 | 26 | 0 | 75 | 304 | 104 | 27 |
| Binary | 10011 | 1001101 | 1100011 | 1010001 | 10110 | 0 | 111101 | 11000100 | 1000100 | 10111 |
Color Harmonies of #134D63
Complementary color
Monochromatic Colors of #134D63
Black with #134D63
Text Example
Text Example
White with #134D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D63; }
p { color: rgb(19,77,99); }
H1.HeaderClassName
{
color: #134D63;
}
.AnyTagClassName
{
color: #134D63;
}
</style>
background-color css
<style>
a { background-color: #134D63; }
a { background-color: rgb(19,77,99); }
div.DivClassName
{
background-color: #134D63;
}
.BgClassName
{
background-color: #134D63;
}
</style>
border-color css
<style>
span { border-color: #134D63; }
span { border-color: rgb(19,77,99); }
td.TdClassName
{
border-color: #134D63;
}
.TagClassName
{
border-color: #134D63;
}
</style>