#114C61

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

Shades of Astronaut Blue #114C61

Tints of Astronaut Blue #114C61

Color information

#114C61 (or 0x114C61) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4C and 61. RGB value is (17,76,97). Sum of RGB (Red+Green+Blue) = 17+76+97=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #114C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C61 is #EEB39E. Grayscale: #3C3C3C. Windows color (decimal): -15643551 or 6376465. OLE color: 6376465.

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

Color convert

RGB177697-
CMYK0.820.2200.62
HSL195.75º70.18%22.35%-
HSV(B)195.75º82.47%38.04%-
XYZ4.976.1512.23-
YUV60.75148.4596.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=8.95%
G=40%
B=51.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1776970.820.2200.62195.7570.1822.35
Hex114C61521603Ec44616
Octal211141411222607630410626
Binary1000110011001100001101001010110011111011000100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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