Shades of Astronaut Blue #114E68
Tints of Astronaut Blue #114E68
RGB
CMYK
RGB Variations
Color information
#114E68 (or 0x114E68) is known color: Astronaut Blue. HEX triplet: 11, 4E and 68. RGB value is (17,78,104). Sum of RGB (Red+Green+Blue) = 17+78+104=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #114E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E68 is #EEB197. Grayscale: #3E3E3E. Windows color (decimal): -15643032 or 6835729. OLE color: 6835729.
HSL color Cylindrical-coordinate representation of color #114E68: hue angle of 197.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114E68 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 78 | 104 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.59 |
| HSL | 197.93º | 0.72% | 0.24% | - |
| HSV(B) | 197.93º | 0.84% | 0.41% | - |
| XYZ | 5.45 | 6.57 | 14.08 | - |
| YUV | 62.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 104 | 0.84 | 0.25 | 0 | 0.59 | 197.93 | 0.72 | 0.24 |
| Hex | 11 | 4E | 68 | 54 | 19 | 0 | 3B | C6 | 48 | 18 |
| Octal | 21 | 116 | 150 | 124 | 31 | 0 | 73 | 306 | 110 | 30 |
| Binary | 10001 | 1001110 | 1101000 | 1010100 | 11001 | 0 | 111011 | 11000110 | 1001000 | 11000 |
Color Harmonies of #114E68
Complementary color
Monochromatic Colors of #114E68
Black with #114E68
Text Example
Text Example
White with #114E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E68; }
p { color: rgb(17,78,104); }
H1.HeaderClassName
{
color: #114E68;
}
.AnyTagClassName
{
color: #114E68;
}
</style>
background-color css
<style>
a { background-color: #114E68; }
a { background-color: rgb(17,78,104); }
div.DivClassName
{
background-color: #114E68;
}
.BgClassName
{
background-color: #114E68;
}
</style>
border-color css
<style>
span { border-color: #114E68; }
span { border-color: rgb(17,78,104); }
td.TdClassName
{
border-color: #114E68;
}
.TagClassName
{
border-color: #114E68;
}
</style>