Shades of Astronaut Blue #114C60
Tints of Astronaut Blue #114C60
RGB
CMYK
RGB Variations
Color information
#114C60 (or 0x114C60) is known color: Astronaut Blue. HEX triplet: 11, 4C and 60. RGB value is (17,76,96). Sum of RGB (Red+Green+Blue) = 17+76+96=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #114C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C60 is #EEB39F. Grayscale: #3C3C3C. Windows color (decimal): -15643552 or 6310929. OLE color: 6310929.
HSL color Cylindrical-coordinate representation of color #114C60: hue angle of 195.19º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114C60 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 76 | 96 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.62 |
| HSL | 195.19º | 0.7% | 0.22% | - |
| HSV(B) | 195.19º | 0.82% | 0.38% | - |
| XYZ | 4.93 | 6.13 | 11.99 | - |
| YUV | 60.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 96 | 0.82 | 0.21 | 0 | 0.62 | 195.19 | 0.7 | 0.22 |
| Hex | 11 | 4C | 60 | 52 | 15 | 0 | 3E | C3 | 46 | 16 |
| Octal | 21 | 114 | 140 | 122 | 25 | 0 | 76 | 303 | 106 | 26 |
| Binary | 10001 | 1001100 | 1100000 | 1010010 | 10101 | 0 | 111110 | 11000011 | 1000110 | 10110 |
Color Harmonies of #114C60
Complementary color
Monochromatic Colors of #114C60
Black with #114C60
Text Example
Text Example
White with #114C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C60; }
p { color: rgb(17,76,96); }
H1.HeaderClassName
{
color: #114C60;
}
.AnyTagClassName
{
color: #114C60;
}
</style>
background-color css
<style>
a { background-color: #114C60; }
a { background-color: rgb(17,76,96); }
div.DivClassName
{
background-color: #114C60;
}
.BgClassName
{
background-color: #114C60;
}
</style>
border-color css
<style>
span { border-color: #114C60; }
span { border-color: rgb(17,76,96); }
td.TdClassName
{
border-color: #114C60;
}
.TagClassName
{
border-color: #114C60;
}
</style>