Shades of Astronaut Blue #114C5C
Tints of Astronaut Blue #114C5C
RGB
CMYK
RGB Variations
Color information
#114C5C (or 0x114C5C) is known color: Astronaut Blue. HEX triplet: 11, 4C and 5C. RGB value is (17,76,92). Sum of RGB (Red+Green+Blue) = 17+76+92=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #114C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C5C is #EEB3A3. Grayscale: #3C3C3C. Windows color (decimal): -15643556 or 6048785. OLE color: 6048785.
HSL color Cylindrical-coordinate representation of color #114C5C: hue angle of 192.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114C5C is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 76 | 92 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.64 |
| HSL | 192.8º | 0.69% | 0.21% | - |
| HSV(B) | 192.8º | 0.82% | 0.36% | - |
| XYZ | 4.75 | 6.06 | 11.04 | - |
| YUV | 60.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 92 | 0.82 | 0.17 | 0 | 0.64 | 192.8 | 0.69 | 0.21 |
| Hex | 11 | 4C | 5C | 52 | 11 | 0 | 40 | C1 | 45 | 15 |
| Octal | 21 | 114 | 134 | 122 | 21 | 0 | 100 | 301 | 105 | 25 |
| Binary | 10001 | 1001100 | 1011100 | 1010010 | 10001 | 0 | 1000000 | 11000001 | 1000101 | 10101 |
Color Harmonies of #114C5C
Complementary color
Monochromatic Colors of #114C5C
Black with #114C5C
Text Example
Text Example
White with #114C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C5C; }
p { color: rgb(17,76,92); }
H1.HeaderClassName
{
color: #114C5C;
}
.AnyTagClassName
{
color: #114C5C;
}
</style>
background-color css
<style>
a { background-color: #114C5C; }
a { background-color: rgb(17,76,92); }
div.DivClassName
{
background-color: #114C5C;
}
.BgClassName
{
background-color: #114C5C;
}
</style>
border-color css
<style>
span { border-color: #114C5C; }
span { border-color: rgb(17,76,92); }
td.TdClassName
{
border-color: #114C5C;
}
.TagClassName
{
border-color: #114C5C;
}
</style>