#114D6A

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

Shades of Astronaut Blue #114D6A

Tints of Astronaut Blue #114D6A

Color information

#114D6A (or 0x114D6A) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4D and 6A. RGB value is (17,77,106). Sum of RGB (Red+Green+Blue) = 17+77+106=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #114D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D6A is #EEB295. Grayscale: #3E3E3E. Windows color (decimal): -15643286 or 6966545. OLE color: 6966545.

HSL color Cylindrical-coordinate representation of color #114D6A: hue angle of 199.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114D6A is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1777106-
CMYK0.840.2700.58
HSL199.55º72.36%24.12%-
HSV(B)199.55º83.96%41.57%-
XYZ5.496.4714.59-
YUV62.37152.6295.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 106 (41.80% from 255) = 53%
R=8.5%
G=38.5%
B=53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17771060.840.2700.58199.5572.3624.12
Hex114D6A541B03Ac84818
Octal211151521243307231011030
Binary1000110011011101010101010011011011101011001000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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