Shades of Astronaut Blue #134D62
Tints of Astronaut Blue #134D62
RGB
CMYK
RGB Variations
Color information
#134D62 (or 0x134D62) is known color: Astronaut Blue. HEX triplet: 13, 4D and 62. RGB value is (19,77,98). Sum of RGB (Red+Green+Blue) = 19+77+98=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #134D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D62 is #ECB29D. Grayscale: #3D3D3D. Windows color (decimal): -15512222 or 6442259. OLE color: 6442259.
HSL color Cylindrical-coordinate representation of color #134D62: hue angle of 195.95º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134D62 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 77 | 98 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.62 |
| HSL | 195.95º | 0.68% | 0.23% | - |
| HSV(B) | 195.95º | 0.81% | 0.38% | - |
| XYZ | 5.13 | 6.33 | 12.51 | - |
| YUV | 62.05 | 148.28 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 98 | 0.81 | 0.21 | 0 | 0.62 | 195.95 | 0.68 | 0.23 |
| Hex | 13 | 4D | 62 | 51 | 15 | 0 | 3E | C4 | 44 | 17 |
| Octal | 23 | 115 | 142 | 121 | 25 | 0 | 76 | 304 | 104 | 27 |
| Binary | 10011 | 1001101 | 1100010 | 1010001 | 10101 | 0 | 111110 | 11000100 | 1000100 | 10111 |
Color Harmonies of #134D62
Complementary color
Monochromatic Colors of #134D62
Black with #134D62
Text Example
Text Example
White with #134D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D62; }
p { color: rgb(19,77,98); }
H1.HeaderClassName
{
color: #134D62;
}
.AnyTagClassName
{
color: #134D62;
}
</style>
background-color css
<style>
a { background-color: #134D62; }
a { background-color: rgb(19,77,98); }
div.DivClassName
{
background-color: #134D62;
}
.BgClassName
{
background-color: #134D62;
}
</style>
border-color css
<style>
span { border-color: #134D62; }
span { border-color: rgb(19,77,98); }
td.TdClassName
{
border-color: #134D62;
}
.TagClassName
{
border-color: #134D62;
}
</style>