#114C5B

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

Shades of Astronaut Blue #114C5B

Tints of Astronaut Blue #114C5B

Color information

#114C5B (or 0x114C5B) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4C and 5B. RGB value is (17,76,91). Sum of RGB (Red+Green+Blue) = 17+76+91=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #114C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C5B is #EEB3A4. Grayscale: #3B3B3B. Windows color (decimal): -15643557 or 5983249. OLE color: 5983249.

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

Color convert

RGB177691-
CMYK0.810.1600.64
HSL192.16º68.52%21.18%-
HSV(B)192.16º81.32%35.69%-
XYZ4.76.0410.82-
YUV60.07145.4597.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=9.24%
G=41.30%
B=49.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1776910.810.1600.64192.1668.5221.18
Hex114C5B5110040c04515
Octal2111413312120010030010525
Binary10001100110010110111010001100000100000011000000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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