Shades of Astronaut Blue #115169
Tints of Astronaut Blue #115169
RGB
CMYK
RGB Variations
Color information
#115169 (or 0x115169) is known color: Astronaut Blue. HEX triplet: 11, 51 and 69. RGB value is (17,81,105). Sum of RGB (Red+Green+Blue) = 17+81+105=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #115169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115169 is #EEAE96. Grayscale: #404040. Windows color (decimal): -15642263 or 6902033. OLE color: 6902033.
HSL color Cylindrical-coordinate representation of color #115169: hue angle of 196.36º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115169 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 81 | 105 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.59 |
| HSL | 196.36º | 0.72% | 0.24% | - |
| HSV(B) | 196.36º | 0.84% | 0.41% | - |
| XYZ | 5.72 | 7.02 | 14.42 | - |
| YUV | 64.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 105 | 0.84 | 0.23 | 0 | 0.59 | 196.36 | 0.72 | 0.24 |
| Hex | 11 | 51 | 69 | 54 | 17 | 0 | 3B | C4 | 48 | 18 |
| Octal | 21 | 121 | 151 | 124 | 27 | 0 | 73 | 304 | 110 | 30 |
| Binary | 10001 | 1010001 | 1101001 | 1010100 | 10111 | 0 | 111011 | 11000100 | 1001000 | 11000 |
Color Harmonies of #115169
Complementary color
Monochromatic Colors of #115169
Black with #115169
Text Example
Text Example
White with #115169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115169; }
p { color: rgb(17,81,105); }
H1.HeaderClassName
{
color: #115169;
}
.AnyTagClassName
{
color: #115169;
}
</style>
background-color css
<style>
a { background-color: #115169; }
a { background-color: rgb(17,81,105); }
div.DivClassName
{
background-color: #115169;
}
.BgClassName
{
background-color: #115169;
}
</style>
border-color css
<style>
span { border-color: #115169; }
span { border-color: rgb(17,81,105); }
td.TdClassName
{
border-color: #115169;
}
.TagClassName
{
border-color: #115169;
}
</style>