Shades of Astronaut Blue #114D5D
Tints of Astronaut Blue #114D5D
RGB
CMYK
RGB Variations
Color information
#114D5D (or 0x114D5D) is known color: Astronaut Blue. HEX triplet: 11, 4D and 5D. RGB value is (17,77,93). Sum of RGB (Red+Green+Blue) = 17+77+93=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #114D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D5D is #EEB2A2. Grayscale: #3C3C3C. Windows color (decimal): -15643299 or 6114577. OLE color: 6114577.
HSL color Cylindrical-coordinate representation of color #114D5D: hue angle of 192.63º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114D5D is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 77 | 93 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.64 |
| HSL | 192.63º | 0.69% | 0.22% | - |
| HSV(B) | 192.63º | 0.82% | 0.36% | - |
| XYZ | 4.86 | 6.22 | 11.3 | - |
| YUV | 60.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 93 | 0.82 | 0.17 | 0 | 0.64 | 192.63 | 0.69 | 0.22 |
| Hex | 11 | 4D | 5D | 52 | 11 | 0 | 40 | C1 | 45 | 16 |
| Octal | 21 | 115 | 135 | 122 | 21 | 0 | 100 | 301 | 105 | 26 |
| Binary | 10001 | 1001101 | 1011101 | 1010010 | 10001 | 0 | 1000000 | 11000001 | 1000101 | 10110 |
Color Harmonies of #114D5D
Complementary color
Monochromatic Colors of #114D5D
Black with #114D5D
Text Example
Text Example
White with #114D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D5D; }
p { color: rgb(17,77,93); }
H1.HeaderClassName
{
color: #114D5D;
}
.AnyTagClassName
{
color: #114D5D;
}
</style>
background-color css
<style>
a { background-color: #114D5D; }
a { background-color: rgb(17,77,93); }
div.DivClassName
{
background-color: #114D5D;
}
.BgClassName
{
background-color: #114D5D;
}
</style>
border-color css
<style>
span { border-color: #114D5D; }
span { border-color: rgb(17,77,93); }
td.TdClassName
{
border-color: #114D5D;
}
.TagClassName
{
border-color: #114D5D;
}
</style>