#114A5E

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

Shades of Astronaut Blue #114A5E

Tints of Astronaut Blue #114A5E

Color information

#114A5E (or 0x114A5E) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4A and 5E. RGB value is (17,74,94). Sum of RGB (Red+Green+Blue) = 17+74+94=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #114A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A5E is #EEB5A1. Grayscale: #3B3B3B. Windows color (decimal): -15644066 or 6179345. OLE color: 6179345.

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

Color convert

RGB177494-
CMYK0.820.2100.63
HSL195.58º69.37%21.76%-
HSV(B)195.58º81.91%36.86%-
XYZ4.75.8211.47-
YUV59.24147.6297.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=9.19%
G=40%
B=50.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1774940.820.2100.63195.5869.3721.76
Hex114A5E521503Fc44516
Octal211121361222507730410526
Binary1000110010101011110101001010101011111111000100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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