#11856E

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

Shades of Deep Sea #11856E

Tints of Deep Sea #11856E

Color information

#11856E (or 0x11856E) is unknown color: approx Deep Sea. HEX triplet: 11, 85 and 6E. RGB value is (17,133,110). Sum of RGB (Red+Green+Blue) = 17+133+110=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #11856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11856E is #EE7A91. Grayscale: #5F5F5F. Windows color (decimal): -15628946 or 7243025. OLE color: 7243025.

HSL color Cylindrical-coordinate representation of color #11856E: hue angle of 168.1º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11856E is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB17133110-
CMYK0.8700.170.48
HSL168.1º77.33%29.41%-
HSV(B)168.1º87.22%52.16%-
XYZ11.4318.0217.63-
YUV95.69136.0771.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 133 (52.34% from 255) = 51.15%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=6.54%
G=51.15%
B=42.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171331100.8700.170.48168.177.3329.41
Hex11856E5701130a84d1d
Octal212051561270216025011535
Binary10001100001011101110101011101000111000010101000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11856E; }

 p { color: rgb(17,133,110); }

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

<style>
 a { background-color: #11856E; }

 a { background-color: rgb(17,133,110); }

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

<style>
 span { border-color: #11856E; }

 span { border-color: rgb(17,133,110); }

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