#114C5D

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

Shades of Astronaut Blue #114C5D

Tints of Astronaut Blue #114C5D

Color information

#114C5D (or 0x114C5D) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4C and 5D. RGB value is (17,76,93). Sum of RGB (Red+Green+Blue) = 17+76+93=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #114C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C5D is #EEB3A2. Grayscale: #3C3C3C. Windows color (decimal): -15643555 or 6114321. OLE color: 6114321.

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

Color convert

RGB177693-
CMYK0.820.1800.64
HSL193.42º69.09%21.57%-
HSV(B)193.42º81.72%36.47%-
XYZ4.796.0811.28-
YUV60.3146.4597.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 93 (36.72% from 255) = 50%
R=9.14%
G=40.86%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1776930.820.1800.64193.4269.0921.57
Hex114C5D5212040c14516
Octal2111413512222010030110526
Binary10001100110010111011010010100100100000011000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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