Shades of Astronaut Blue #134C5D
Tints of Astronaut Blue #134C5D
RGB
CMYK
RGB Variations
Color information
#134C5D (or 0x134C5D) is known color: Astronaut Blue. HEX triplet: 13, 4C and 5D. RGB value is (19,76,93). Sum of RGB (Red+Green+Blue) = 19+76+93=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #134C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C5D is #ECB3A2. Grayscale: #3C3C3C. Windows color (decimal): -15512483 or 6114323. OLE color: 6114323.
HSL color Cylindrical-coordinate representation of color #134C5D: hue angle of 193.78º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134C5D is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 76 | 93 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.64 |
| HSL | 193.78º | 0.66% | 0.22% | - |
| HSV(B) | 193.78º | 0.8% | 0.36% | - |
| XYZ | 4.83 | 6.1 | 11.28 | - |
| YUV | 60.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 93 | 0.80 | 0.18 | 0 | 0.64 | 193.78 | 0.66 | 0.22 |
| Hex | 13 | 4C | 5D | 50 | 12 | 0 | 40 | C2 | 42 | 16 |
| Octal | 23 | 114 | 135 | 120 | 22 | 0 | 100 | 302 | 102 | 26 |
| Binary | 10011 | 1001100 | 1011101 | 1010000 | 10010 | 0 | 1000000 | 11000010 | 1000010 | 10110 |
Color Harmonies of #134C5D
Complementary color
Monochromatic Colors of #134C5D
Black with #134C5D
Text Example
Text Example
White with #134C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C5D; }
p { color: rgb(19,76,93); }
H1.HeaderClassName
{
color: #134C5D;
}
.AnyTagClassName
{
color: #134C5D;
}
</style>
background-color css
<style>
a { background-color: #134C5D; }
a { background-color: rgb(19,76,93); }
div.DivClassName
{
background-color: #134C5D;
}
.BgClassName
{
background-color: #134C5D;
}
</style>
border-color css
<style>
span { border-color: #134C5D; }
span { border-color: rgb(19,76,93); }
td.TdClassName
{
border-color: #134C5D;
}
.TagClassName
{
border-color: #134C5D;
}
</style>