Shades of Astronaut Blue #114559
Tints of Astronaut Blue #114559
RGB
CMYK
RGB Variations
Color information
#114559 (or 0x114559) is known color: Astronaut Blue. HEX triplet: 11, 45 and 59. RGB value is (17,69,89). Sum of RGB (Red+Green+Blue) = 17+69+89=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #114559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114559 is #EEBAA6. Grayscale: #373737. Windows color (decimal): -15645351 or 5850385. OLE color: 5850385.
HSL color Cylindrical-coordinate representation of color #114559: hue angle of 196.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114559 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 69 | 89 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.65 |
| HSL | 196.67º | 0.68% | 0.21% | - |
| HSV(B) | 196.67º | 0.81% | 0.35% | - |
| XYZ | 4.16 | 5.1 | 10.22 | - |
| YUV | 55.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 89 | 0.81 | 0.22 | 0 | 0.65 | 196.67 | 0.68 | 0.21 |
| Hex | 11 | 45 | 59 | 51 | 16 | 0 | 41 | C5 | 44 | 15 |
| Octal | 21 | 105 | 131 | 121 | 26 | 0 | 101 | 305 | 104 | 25 |
| Binary | 10001 | 1000101 | 1011001 | 1010001 | 10110 | 0 | 1000001 | 11000101 | 1000100 | 10101 |
Color Harmonies of #114559
Complementary color
Monochromatic Colors of #114559
Black with #114559
Text Example
Text Example
White with #114559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114559; }
p { color: rgb(17,69,89); }
H1.HeaderClassName
{
color: #114559;
}
.AnyTagClassName
{
color: #114559;
}
</style>
background-color css
<style>
a { background-color: #114559; }
a { background-color: rgb(17,69,89); }
div.DivClassName
{
background-color: #114559;
}
.BgClassName
{
background-color: #114559;
}
</style>
border-color css
<style>
span { border-color: #114559; }
span { border-color: rgb(17,69,89); }
td.TdClassName
{
border-color: #114559;
}
.TagClassName
{
border-color: #114559;
}
</style>