Shades of Astronaut Blue #114963
Tints of Astronaut Blue #114963
RGB
CMYK
RGB Variations
Color information
#114963 (or 0x114963) is known color: Astronaut Blue. HEX triplet: 11, 49 and 63. RGB value is (17,73,99). Sum of RGB (Red+Green+Blue) = 17+73+99=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #114963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114963 is #EEB69C. Grayscale: #3B3B3B. Windows color (decimal): -15644317 or 6506769. OLE color: 6506769.
HSL color Cylindrical-coordinate representation of color #114963: hue angle of 199.02º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114963 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 73 | 99 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.61 |
| HSL | 199.02º | 0.71% | 0.23% | - |
| HSV(B) | 199.02º | 0.83% | 0.39% | - |
| XYZ | 4.87 | 5.79 | 12.66 | - |
| YUV | 59.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 99 | 0.83 | 0.26 | 0 | 0.61 | 199.02 | 0.71 | 0.23 |
| Hex | 11 | 49 | 63 | 53 | 1A | 0 | 3D | C7 | 47 | 17 |
| Octal | 21 | 111 | 143 | 123 | 32 | 0 | 75 | 307 | 107 | 27 |
| Binary | 10001 | 1001001 | 1100011 | 1010011 | 11010 | 0 | 111101 | 11000111 | 1000111 | 10111 |
Color Harmonies of #114963
Complementary color
Monochromatic Colors of #114963
Black with #114963
Text Example
Text Example
White with #114963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114963; }
p { color: rgb(17,73,99); }
H1.HeaderClassName
{
color: #114963;
}
.AnyTagClassName
{
color: #114963;
}
</style>
background-color css
<style>
a { background-color: #114963; }
a { background-color: rgb(17,73,99); }
div.DivClassName
{
background-color: #114963;
}
.BgClassName
{
background-color: #114963;
}
</style>
border-color css
<style>
span { border-color: #114963; }
span { border-color: rgb(17,73,99); }
td.TdClassName
{
border-color: #114963;
}
.TagClassName
{
border-color: #114963;
}
</style>