#11815f

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

Shades of Deep Sea #11815F

Tints of Deep Sea #11815F

Color information

#11815F (or 0x11815F) is unknown color: approx Deep Sea. HEX triplet: 11, 81 and 5F. RGB value is (17,129,95). Sum of RGB (Red+Green+Blue) = 17+129+95=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #11815F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11815F is #EE7EA0. Grayscale: #5B5B5B. Windows color (decimal): -15629985 or 6258961. OLE color: 6258961.

HSL color Cylindrical-coordinate representation of color #11815F: hue angle of 161.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11815F is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1712995-
CMYK0.8700.260.49
HSL161.79º76.71%28.63%-
HSV(B)161.79º86.82%50.59%-
XYZ10.1516.6513.5-
YUV91.64129.8974.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 129 (50.78% from 255) = 53.53%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=7.05%
G=53.53%
B=39.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17129950.8700.260.49161.7976.7128.63
Hex11815F5701A31a24d1d
Octal212011371270326124211535
Binary10001100000011011111101011101101011000110100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11815f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11815f; }

 p { color: rgb(17,129,95); }

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

<style>
 a { background-color: #11815f; }

 a { background-color: rgb(17,129,95); }

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

<style>
 span { border-color: #11815f; }

 span { border-color: rgb(17,129,95); }

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