Shades of Astronaut Blue #114A60
Tints of Astronaut Blue #114A60
RGB
CMYK
RGB Variations
Color information
#114A60 (or 0x114A60) is known color: Astronaut Blue. HEX triplet: 11, 4A and 60. RGB value is (17,74,96). Sum of RGB (Red+Green+Blue) = 17+74+96=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #114A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A60 is #EEB59F. Grayscale: #3B3B3B. Windows color (decimal): -15644064 or 6310417. OLE color: 6310417.
HSL color Cylindrical-coordinate representation of color #114A60: hue angle of 196.71º 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 #114A60 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 74 | 96 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.62 |
| HSL | 196.71º | 0.7% | 0.22% | - |
| HSV(B) | 196.71º | 0.82% | 0.38% | - |
| XYZ | 4.79 | 5.86 | 11.95 | - |
| YUV | 59.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 96 | 0.82 | 0.23 | 0 | 0.62 | 196.71 | 0.7 | 0.22 |
| Hex | 11 | 4A | 60 | 52 | 17 | 0 | 3E | C5 | 46 | 16 |
| Octal | 21 | 112 | 140 | 122 | 27 | 0 | 76 | 305 | 106 | 26 |
| Binary | 10001 | 1001010 | 1100000 | 1010010 | 10111 | 0 | 111110 | 11000101 | 1000110 | 10110 |
Color Harmonies of #114A60
Complementary color
Monochromatic Colors of #114A60
Black with #114A60
Text Example
Text Example
White with #114A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A60; }
p { color: rgb(17,74,96); }
H1.HeaderClassName
{
color: #114A60;
}
.AnyTagClassName
{
color: #114A60;
}
</style>
background-color css
<style>
a { background-color: #114A60; }
a { background-color: rgb(17,74,96); }
div.DivClassName
{
background-color: #114A60;
}
.BgClassName
{
background-color: #114A60;
}
</style>
border-color css
<style>
span { border-color: #114A60; }
span { border-color: rgb(17,74,96); }
td.TdClassName
{
border-color: #114A60;
}
.TagClassName
{
border-color: #114A60;
}
</style>