Shades of Astronaut Blue #114455
Tints of Astronaut Blue #114455
RGB
CMYK
RGB Variations
Color information
#114455 (or 0x114455) is known color: Astronaut Blue. HEX triplet: 11, 44 and 55. RGB value is (17,68,85). Sum of RGB (Red+Green+Blue) = 17+68+85=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #114455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114455 is #EEBBAA. Grayscale: #363636. Windows color (decimal): -15645611 or 5587985. OLE color: 5587985.
HSL color Cylindrical-coordinate representation of color #114455: hue angle of 195º 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 #114455 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 68 | 85 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.67 |
| HSL | 195º | 0.67% | 0.2% | - |
| HSV(B) | 195º | 0.8% | 0.33% | - |
| XYZ | 3.94 | 4.91 | 9.33 | - |
| YUV | 54.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 85 | 0.80 | 0.20 | 0 | 0.67 | 195 | 0.67 | 0.2 |
| Hex | 11 | 44 | 55 | 50 | 14 | 0 | 43 | C3 | 43 | 14 |
| Octal | 21 | 104 | 125 | 120 | 24 | 0 | 103 | 303 | 103 | 24 |
| Binary | 10001 | 1000100 | 1010101 | 1010000 | 10100 | 0 | 1000011 | 11000011 | 1000011 | 10100 |
Color Harmonies of #114455
Complementary color
Monochromatic Colors of #114455
Black with #114455
Text Example
Text Example
White with #114455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114455; }
p { color: rgb(17,68,85); }
H1.HeaderClassName
{
color: #114455;
}
.AnyTagClassName
{
color: #114455;
}
</style>
background-color css
<style>
a { background-color: #114455; }
a { background-color: rgb(17,68,85); }
div.DivClassName
{
background-color: #114455;
}
.BgClassName
{
background-color: #114455;
}
</style>
border-color css
<style>
span { border-color: #114455; }
span { border-color: rgb(17,68,85); }
td.TdClassName
{
border-color: #114455;
}
.TagClassName
{
border-color: #114455;
}
</style>