#114A5D

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

Shades of Astronaut Blue #114A5D

Tints of Astronaut Blue #114A5D

Color information

#114A5D (or 0x114A5D) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4A and 5D. RGB value is (17,74,93). Sum of RGB (Red+Green+Blue) = 17+74+93=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #114A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A5D is #EEB5A2. Grayscale: #3A3A3A. Windows color (decimal): -15644067 or 6113809. OLE color: 6113809.

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

Color convert

RGB177493-
CMYK0.820.2000.64
HSL195º69.09%21.57%-
HSV(B)195º81.72%36.47%-
XYZ4.665.8111.23-
YUV59.12147.1297.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=9.24%
G=40.22%
B=50.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1774930.820.2000.6419569.0921.57
Hex114A5D5214040c34516
Octal2111213512224010030310526
Binary10001100101010111011010010101000100000011000011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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