#114C60

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

Shades of Astronaut Blue #114C60

Tints of Astronaut Blue #114C60

Color information

#114C60 (or 0x114C60) is unknown color: approx Astronaut Blue. HEX triplet: 11, 4C and 60. RGB value is (17,76,96). Sum of RGB (Red+Green+Blue) = 17+76+96=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #114C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C60 is #EEB39F. Grayscale: #3C3C3C. Windows color (decimal): -15643552 or 6310929. OLE color: 6310929.

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

Color convert

RGB177696-
CMYK0.820.2100.62
HSL195.19º69.91%22.16%-
HSV(B)195.19º82.29%37.65%-
XYZ4.936.1311.99-
YUV60.64147.9596.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=8.99%
G=40.21%
B=50.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1776960.820.2100.62195.1969.9122.16
Hex114C60521503Ec34616
Octal211141401222507630310626
Binary1000110011001100000101001010101011111011000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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