Shades of Astronaut Blue #114E5D
Tints of Astronaut Blue #114E5D
RGB
CMYK
RGB Variations
Color information
#114E5D (or 0x114E5D) is known color: Astronaut Blue. HEX triplet: 11, 4E and 5D. RGB value is (17,78,93). Sum of RGB (Red+Green+Blue) = 17+78+93=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 78 (30.86% from 255 or 41.49% 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 #114E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E5D is #EEB1A2. Grayscale: #3D3D3D. Windows color (decimal): -15643043 or 6114833. OLE color: 6114833.
HSL color Cylindrical-coordinate representation of color #114E5D: hue angle of 191.84º 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 #114E5D is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 78 | 93 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.64 |
| HSL | 191.84º | 0.69% | 0.22% | - |
| HSV(B) | 191.84º | 0.82% | 0.36% | - |
| XYZ | 4.93 | 6.36 | 11.32 | - |
| YUV | 61.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 93 | 0.82 | 0.16 | 0 | 0.64 | 191.84 | 0.69 | 0.22 |
| Hex | 11 | 4E | 5D | 52 | 10 | 0 | 40 | C0 | 45 | 16 |
| Octal | 21 | 116 | 135 | 122 | 20 | 0 | 100 | 300 | 105 | 26 |
| Binary | 10001 | 1001110 | 1011101 | 1010010 | 10000 | 0 | 1000000 | 11000000 | 1000101 | 10110 |
Color Harmonies of #114E5D
Complementary color
Monochromatic Colors of #114E5D
Black with #114E5D
Text Example
Text Example
White with #114E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E5D; }
p { color: rgb(17,78,93); }
H1.HeaderClassName
{
color: #114E5D;
}
.AnyTagClassName
{
color: #114E5D;
}
</style>
background-color css
<style>
a { background-color: #114E5D; }
a { background-color: rgb(17,78,93); }
div.DivClassName
{
background-color: #114E5D;
}
.BgClassName
{
background-color: #114E5D;
}
</style>
border-color css
<style>
span { border-color: #114E5D; }
span { border-color: rgb(17,78,93); }
td.TdClassName
{
border-color: #114E5D;
}
.TagClassName
{
border-color: #114E5D;
}
</style>