Shades of Astronaut Blue #114E5E
Tints of Astronaut Blue #114E5E
RGB
CMYK
RGB Variations
Color information
#114E5E (or 0x114E5E) is known color: Astronaut Blue. HEX triplet: 11, 4E and 5E. RGB value is (17,78,94). Sum of RGB (Red+Green+Blue) = 17+78+94=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #114E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E5E is #EEB1A1. Grayscale: #3D3D3D. Windows color (decimal): -15643042 or 6180369. OLE color: 6180369.
HSL color Cylindrical-coordinate representation of color #114E5E: hue angle of 192.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114E5E is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 78 | 94 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.63 |
| HSL | 192.47º | 0.69% | 0.22% | - |
| HSV(B) | 192.47º | 0.82% | 0.37% | - |
| XYZ | 4.98 | 6.38 | 11.56 | - |
| YUV | 61.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 94 | 0.82 | 0.17 | 0 | 0.63 | 192.47 | 0.69 | 0.22 |
| Hex | 11 | 4E | 5E | 52 | 11 | 0 | 3F | C0 | 45 | 16 |
| Octal | 21 | 116 | 136 | 122 | 21 | 0 | 77 | 300 | 105 | 26 |
| Binary | 10001 | 1001110 | 1011110 | 1010010 | 10001 | 0 | 111111 | 11000000 | 1000101 | 10110 |
Color Harmonies of #114E5E
Complementary color
Monochromatic Colors of #114E5E
Black with #114E5E
Text Example
Text Example
White with #114E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E5E; }
p { color: rgb(17,78,94); }
H1.HeaderClassName
{
color: #114E5E;
}
.AnyTagClassName
{
color: #114E5E;
}
</style>
background-color css
<style>
a { background-color: #114E5E; }
a { background-color: rgb(17,78,94); }
div.DivClassName
{
background-color: #114E5E;
}
.BgClassName
{
background-color: #114E5E;
}
</style>
border-color css
<style>
span { border-color: #114E5E; }
span { border-color: rgb(17,78,94); }
td.TdClassName
{
border-color: #114E5E;
}
.TagClassName
{
border-color: #114E5E;
}
</style>