#114D62

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

Shades of Astronaut Blue #114D62

Tints of Astronaut Blue #114D62

Color information

#114D62 (or 0x114D62) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4D and 62. RGB value is (17,77,98). Sum of RGB (Red+Green+Blue) = 17+77+98=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #114D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D62 is #EEB29D. Grayscale: #3D3D3D. Windows color (decimal): -15643294 or 6442257. OLE color: 6442257.

HSL color Cylindrical-coordinate representation of color #114D62: hue angle of 195.56º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114D62 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB177798-
CMYK0.830.2100.62
HSL195.56º70.43%22.55%-
HSV(B)195.56º82.65%38.43%-
XYZ5.096.3112.5-
YUV61.45148.6296.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=8.85%
G=40.10%
B=51.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1777980.830.2100.62195.5670.4322.55
Hex114D62531503Ec44617
Octal211151421232507630410627
Binary1000110011011100010101001110101011111011000100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,77,98); }

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

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

 a { background-color: rgb(17,77,98); }

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

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

 span { border-color: rgb(17,77,98); }

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