Shades of Astronaut Blue #115061
Tints of Astronaut Blue #115061
RGB
CMYK
RGB Variations
Color information
#115061 (or 0x115061) is known color: Astronaut Blue. HEX triplet: 11, 50 and 61. RGB value is (17,80,97). Sum of RGB (Red+Green+Blue) = 17+80+97=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #115061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115061 is #EEAF9E. Grayscale: #3E3E3E. Windows color (decimal): -15642527 or 6377489. OLE color: 6377489.
HSL color Cylindrical-coordinate representation of color #115061: hue angle of 192.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115061 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 80 | 97 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.62 |
| HSL | 192.75º | 0.7% | 0.22% | - |
| HSV(B) | 192.75º | 0.82% | 0.38% | - |
| XYZ | 5.26 | 6.72 | 12.33 | - |
| YUV | 63.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 97 | 0.82 | 0.18 | 0 | 0.62 | 192.75 | 0.7 | 0.22 |
| Hex | 11 | 50 | 61 | 52 | 12 | 0 | 3E | C1 | 46 | 16 |
| Octal | 21 | 120 | 141 | 122 | 22 | 0 | 76 | 301 | 106 | 26 |
| Binary | 10001 | 1010000 | 1100001 | 1010010 | 10010 | 0 | 111110 | 11000001 | 1000110 | 10110 |
Color Harmonies of #115061
Complementary color
Monochromatic Colors of #115061
Black with #115061
Text Example
Text Example
White with #115061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115061; }
p { color: rgb(17,80,97); }
H1.HeaderClassName
{
color: #115061;
}
.AnyTagClassName
{
color: #115061;
}
</style>
background-color css
<style>
a { background-color: #115061; }
a { background-color: rgb(17,80,97); }
div.DivClassName
{
background-color: #115061;
}
.BgClassName
{
background-color: #115061;
}
</style>
border-color css
<style>
span { border-color: #115061; }
span { border-color: rgb(17,80,97); }
td.TdClassName
{
border-color: #115061;
}
.TagClassName
{
border-color: #115061;
}
</style>