#114F5E

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

Shades of Astronaut Blue #114F5E

Tints of Astronaut Blue #114F5E

Color information

#114F5E (or 0x114F5E) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4F and 5E. RGB value is (17,79,94). Sum of RGB (Red+Green+Blue) = 17+79+94=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #114F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F5E is #EEB0A1. Grayscale: #3E3E3E. Windows color (decimal): -15642786 or 6180625. OLE color: 6180625.

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

Color convert

RGB177994-
CMYK0.820.1600.63
HSL191.69º69.37%21.76%-
HSV(B)191.69º81.91%36.86%-
XYZ5.056.5211.58-
YUV62.17145.9695.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 94 (37.11% from 255) = 49.47%
R=8.95%
G=41.58%
B=49.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1779940.820.1600.63191.6969.3721.76
Hex114F5E521003Fc04516
Octal211171361222007730010526
Binary1000110011111011110101001010000011111111000000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,79,94); }

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

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

 a { background-color: rgb(17,79,94); }

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

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

 span { border-color: rgb(17,79,94); }

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