#11775d

Color #11775D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #11775D

Tints of Deep Sea #11775D

Color information

#11775D (or 0x11775D) is unknown color: approx Deep Sea. HEX triplet: 11, 77 and 5D. RGB value is (17,119,93). Sum of RGB (Red+Green+Blue) = 17+119+93=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #11775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11775D is #EE88A2. Grayscale: #555555. Windows color (decimal): -15632547 or 6125329. OLE color: 6125329.

HSL color Cylindrical-coordinate representation of color #11775D: hue angle of 164.71º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11775D is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1711993-
CMYK0.8600.220.53
HSL164.71º75%26.67%-
HSV(B)164.71º85.71%46.67%-
XYZ8.814.112.61-
YUV85.54132.2179.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=7.42%
G=51.97%
B=40.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119930.8600.220.53164.717526.67
Hex11775D5601635a54b1b
Octal211671351260266524511333
Binary1000111101111011101101011001011011010110100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11775d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11775d; }

 p { color: rgb(17,119,93); }

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

<style>
 a { background-color: #11775d; }

 a { background-color: rgb(17,119,93); }

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

<style>
 span { border-color: #11775d; }

 span { border-color: rgb(17,119,93); }

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