#114B5C

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

Shades of Astronaut Blue #114B5C

Tints of Astronaut Blue #114B5C

Color information

#114B5C (or 0x114B5C) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4B and 5C. RGB value is (17,75,92). Sum of RGB (Red+Green+Blue) = 17+75+92=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #114B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B5C is #EEB4A3. Grayscale: #3B3B3B. Windows color (decimal): -15643812 or 6048529. OLE color: 6048529.

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

Color convert

RGB177592-
CMYK0.820.1800.64
HSL193.6º68.81%21.37%-
HSV(B)193.6º81.52%36.08%-
XYZ4.685.9211.02-
YUV59.6146.2897.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 92 (36.33% from 255) = 50%
R=9.24%
G=40.76%
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
Decimal1775920.820.1800.64193.668.8121.37
Hex114B5C5212040c24515
Octal2111313412222010030210525
Binary10001100101110111001010010100100100000011000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,75,92); }

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

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

 a { background-color: rgb(17,75,92); }

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

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

 span { border-color: rgb(17,75,92); }

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