#114C5E

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

Shades of Astronaut Blue #114C5E

Tints of Astronaut Blue #114C5E

Color information

#114C5E (or 0x114C5E) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4C and 5E. RGB value is (17,76,94). Sum of RGB (Red+Green+Blue) = 17+76+94=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #114C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C5E is #EEB3A1. Grayscale: #3C3C3C. Windows color (decimal): -15643554 or 6179857. OLE color: 6179857.

HSL color Cylindrical-coordinate representation of color #114C5E: hue angle of 194.03º 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 #114C5E is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB177694-
CMYK0.820.1900.63
HSL194.03º69.37%21.76%-
HSV(B)194.03º81.91%36.86%-
XYZ4.846.111.51-
YUV60.41146.9597.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=9.09%
G=40.64%
B=50.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1776940.820.1900.63194.0369.3721.76
Hex114C5E521303Fc24516
Octal211141361222307730210526
Binary1000110011001011110101001010011011111111000010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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