#114D6B

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

Shades of Astronaut Blue #114D6B

Tints of Astronaut Blue #114D6B

Color information

#114D6B (or 0x114D6B) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4D and 6B. RGB value is (17,77,107). Sum of RGB (Red+Green+Blue) = 17+77+107=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #114D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D6B is #EEB294. Grayscale: #3E3E3E. Windows color (decimal): -15643285 or 7032081. OLE color: 7032081.

HSL color Cylindrical-coordinate representation of color #114D6B: hue angle of 200º degrees, saturation: 0.73, 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 #114D6B is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1777107-
CMYK0.840.2800.58
HSL200º72.58%24.31%-
HSV(B)200º84.11%41.96%-
XYZ5.546.4914.87-
YUV62.48153.1295.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 107 (42.19% from 255) = 53.23%
R=8.46%
G=38.31%
B=53.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17771070.840.2800.5820072.5824.31
Hex114D6B541C03Ac84918
Octal211151531243407231011130
Binary1000110011011101011101010011100011101011001000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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