Shades of Astronaut Blue #114759
Tints of Astronaut Blue #114759
RGB
CMYK
RGB Variations
Color information
#114759 (or 0x114759) is known color: Astronaut Blue. HEX triplet: 11, 47 and 59. RGB value is (17,71,89). Sum of RGB (Red+Green+Blue) = 17+71+89=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #114759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114759 is #EEB8A6. Grayscale: #383838. Windows color (decimal): -15644839 or 5850897. OLE color: 5850897.
HSL color Cylindrical-coordinate representation of color #114759: hue angle of 195º 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 #114759 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 71 | 89 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.65 |
| HSL | 195º | 0.68% | 0.21% | - |
| HSV(B) | 195º | 0.81% | 0.35% | - |
| XYZ | 4.29 | 5.35 | 10.26 | - |
| YUV | 56.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 89 | 0.81 | 0.20 | 0 | 0.65 | 195 | 0.68 | 0.21 |
| Hex | 11 | 47 | 59 | 51 | 14 | 0 | 41 | C3 | 44 | 15 |
| Octal | 21 | 107 | 131 | 121 | 24 | 0 | 101 | 303 | 104 | 25 |
| Binary | 10001 | 1000111 | 1011001 | 1010001 | 10100 | 0 | 1000001 | 11000011 | 1000100 | 10101 |
Color Harmonies of #114759
Complementary color
Monochromatic Colors of #114759
Black with #114759
Text Example
Text Example
White with #114759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114759; }
p { color: rgb(17,71,89); }
H1.HeaderClassName
{
color: #114759;
}
.AnyTagClassName
{
color: #114759;
}
</style>
background-color css
<style>
a { background-color: #114759; }
a { background-color: rgb(17,71,89); }
div.DivClassName
{
background-color: #114759;
}
.BgClassName
{
background-color: #114759;
}
</style>
border-color css
<style>
span { border-color: #114759; }
span { border-color: rgb(17,71,89); }
td.TdClassName
{
border-color: #114759;
}
.TagClassName
{
border-color: #114759;
}
</style>