Shades of Astronaut Blue #115168
Tints of Astronaut Blue #115168
RGB
CMYK
RGB Variations
Color information
#115168 (or 0x115168) is known color: Astronaut Blue. HEX triplet: 11, 51 and 68. RGB value is (17,81,104). Sum of RGB (Red+Green+Blue) = 17+81+104=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #115168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115168 is #EEAE97. Grayscale: #404040. Windows color (decimal): -15642264 or 6836497. OLE color: 6836497.
HSL color Cylindrical-coordinate representation of color #115168: hue angle of 195.86º 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 #115168 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 81 | 104 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.59 |
| HSL | 195.86º | 0.72% | 0.24% | - |
| HSV(B) | 195.86º | 0.84% | 0.41% | - |
| XYZ | 5.67 | 7 | 14.15 | - |
| YUV | 64.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 104 | 0.84 | 0.22 | 0 | 0.59 | 195.86 | 0.72 | 0.24 |
| Hex | 11 | 51 | 68 | 54 | 16 | 0 | 3B | C4 | 48 | 18 |
| Octal | 21 | 121 | 150 | 124 | 26 | 0 | 73 | 304 | 110 | 30 |
| Binary | 10001 | 1010001 | 1101000 | 1010100 | 10110 | 0 | 111011 | 11000100 | 1001000 | 11000 |
Color Harmonies of #115168
Complementary color
Monochromatic Colors of #115168
Black with #115168
Text Example
Text Example
White with #115168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115168; }
p { color: rgb(17,81,104); }
H1.HeaderClassName
{
color: #115168;
}
.AnyTagClassName
{
color: #115168;
}
</style>
background-color css
<style>
a { background-color: #115168; }
a { background-color: rgb(17,81,104); }
div.DivClassName
{
background-color: #115168;
}
.BgClassName
{
background-color: #115168;
}
</style>
border-color css
<style>
span { border-color: #115168; }
span { border-color: rgb(17,81,104); }
td.TdClassName
{
border-color: #115168;
}
.TagClassName
{
border-color: #115168;
}
</style>