#115161

Color #115161 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #115161

Tints of Astronaut Blue #115161

Color information

#115161 (or 0x115161) is unknown color: approx Astronaut Blue. HEX triplet: 11, 51 and 61. RGB value is (17,81,97). Sum of RGB (Red+Green+Blue) = 17+81+97=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #115161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115161 is #EEAE9E. Grayscale: #3F3F3F. Windows color (decimal): -15642271 or 6377745. OLE color: 6377745.

HSL color Cylindrical-coordinate representation of color #115161: hue angle of 192º 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 #115161 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB178197-
CMYK0.820.1600.62
HSL192º70.18%22.35%-
HSV(B)192º82.47%38.04%-
XYZ5.336.8712.35-
YUV63.69146.894.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=8.72%
G=41.54%
B=49.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1781970.820.1600.6219270.1822.35
Hex115161521003Ec04616
Octal211211411222007630010626
Binary1000110100011100001101001010000011111011000000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115161; }

 p { color: rgb(17,81,97); }

 H1.HeaderClassName
 {
   color: #115161;
 }
 .AnyTagClassName
 {
   color: #115161;
 }
</style>
background-color css

<style>
 a { background-color: #115161; }

 a { background-color: rgb(17,81,97); }

 div.DivClassName
 {
   background-color: #115161;
 }
 .BgClassName
 {
   background-color: #115161;
 }
</style>
border-color css

<style>
 span { border-color: #115161; }

 span { border-color: rgb(17,81,97); }

 td.TdClassName
 {
   border-color: #115161;
 }
 .TagClassName
 {
   border-color: #115161;
 }
</style>