Shades of Astronaut Blue #114655
Tints of Astronaut Blue #114655
RGB
CMYK
RGB Variations
Color information
#114655 (or 0x114655) is known color: Astronaut Blue. HEX triplet: 11, 46 and 55. RGB value is (17,70,85). Sum of RGB (Red+Green+Blue) = 17+70+85=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #114655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114655 is #EEB9AA. Grayscale: #373737. Windows color (decimal): -15645099 or 5588497. OLE color: 5588497.
HSL color Cylindrical-coordinate representation of color #114655: hue angle of 193.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114655 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 70 | 85 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.67 |
| HSL | 193.24º | 0.67% | 0.2% | - |
| HSV(B) | 193.24º | 0.8% | 0.33% | - |
| XYZ | 4.06 | 5.16 | 9.38 | - |
| YUV | 55.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 85 | 0.80 | 0.18 | 0 | 0.67 | 193.24 | 0.67 | 0.2 |
| Hex | 11 | 46 | 55 | 50 | 12 | 0 | 43 | C1 | 43 | 14 |
| Octal | 21 | 106 | 125 | 120 | 22 | 0 | 103 | 301 | 103 | 24 |
| Binary | 10001 | 1000110 | 1010101 | 1010000 | 10010 | 0 | 1000011 | 11000001 | 1000011 | 10100 |
Color Harmonies of #114655
Complementary color
Monochromatic Colors of #114655
Black with #114655
Text Example
Text Example
White with #114655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114655; }
p { color: rgb(17,70,85); }
H1.HeaderClassName
{
color: #114655;
}
.AnyTagClassName
{
color: #114655;
}
</style>
background-color css
<style>
a { background-color: #114655; }
a { background-color: rgb(17,70,85); }
div.DivClassName
{
background-color: #114655;
}
.BgClassName
{
background-color: #114655;
}
</style>
border-color css
<style>
span { border-color: #114655; }
span { border-color: rgb(17,70,85); }
td.TdClassName
{
border-color: #114655;
}
.TagClassName
{
border-color: #114655;
}
</style>