#114D5D

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

Shades of Astronaut Blue #114D5D

Tints of Astronaut Blue #114D5D

Color information

#114D5D (or 0x114D5D) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4D and 5D. RGB value is (17,77,93). Sum of RGB (Red+Green+Blue) = 17+77+93=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #114D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D5D is #EEB2A2. Grayscale: #3C3C3C. Windows color (decimal): -15643299 or 6114577. OLE color: 6114577.

HSL color Cylindrical-coordinate representation of color #114D5D: hue angle of 192.63º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114D5D is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB177793-
CMYK0.820.1700.64
HSL192.63º69.09%21.57%-
HSV(B)192.63º81.72%36.47%-
XYZ4.866.2211.3-
YUV60.88146.1296.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 77 (30.47% from 255) = 41.18%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=9.09%
G=41.18%
B=49.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1777930.820.1700.64192.6369.0921.57
Hex114D5D5211040c14516
Octal2111513512221010030110526
Binary10001100110110111011010010100010100000011000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114D5D; }

 p { color: rgb(17,77,93); }

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

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

 a { background-color: rgb(17,77,93); }

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

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

 span { border-color: rgb(17,77,93); }

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