Shades of Astronaut Blue #134D5F
Tints of Astronaut Blue #134D5F
RGB
CMYK
RGB Variations
Color information
#134D5F (or 0x134D5F) is known color: Astronaut Blue. HEX triplet: 13, 4D and 5F. RGB value is (19,77,95). Sum of RGB (Red+Green+Blue) = 19+77+95=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #134D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D5F is #ECB2A0. Grayscale: #3D3D3D. Windows color (decimal): -15512225 or 6245651. OLE color: 6245651.
HSL color Cylindrical-coordinate representation of color #134D5F: hue angle of 194.21º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134D5F is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 77 | 95 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.63 |
| HSL | 194.21º | 0.67% | 0.22% | - |
| HSV(B) | 194.21º | 0.8% | 0.37% | - |
| XYZ | 4.99 | 6.27 | 11.77 | - |
| YUV | 61.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 95 | 0.80 | 0.19 | 0 | 0.63 | 194.21 | 0.67 | 0.22 |
| Hex | 13 | 4D | 5F | 50 | 13 | 0 | 3F | C2 | 43 | 16 |
| Octal | 23 | 115 | 137 | 120 | 23 | 0 | 77 | 302 | 103 | 26 |
| Binary | 10011 | 1001101 | 1011111 | 1010000 | 10011 | 0 | 111111 | 11000010 | 1000011 | 10110 |
Color Harmonies of #134D5F
Complementary color
Monochromatic Colors of #134D5F
Black with #134D5F
Text Example
Text Example
White with #134D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D5F; }
p { color: rgb(19,77,95); }
H1.HeaderClassName
{
color: #134D5F;
}
.AnyTagClassName
{
color: #134D5F;
}
</style>
background-color css
<style>
a { background-color: #134D5F; }
a { background-color: rgb(19,77,95); }
div.DivClassName
{
background-color: #134D5F;
}
.BgClassName
{
background-color: #134D5F;
}
</style>
border-color css
<style>
span { border-color: #134D5F; }
span { border-color: rgb(19,77,95); }
td.TdClassName
{
border-color: #134D5F;
}
.TagClassName
{
border-color: #134D5F;
}
</style>