#11816E

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

Shades of Deep Sea #11816E

Tints of Deep Sea #11816E

Color information

#11816E (or 0x11816E) is unknown color: approx Deep Sea. HEX triplet: 11, 81 and 6E. RGB value is (17,129,110). Sum of RGB (Red+Green+Blue) = 17+129+110=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #11816E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11816E is #EE7E91. Grayscale: #5D5D5D. Windows color (decimal): -15629970 or 7242001. OLE color: 7242001.

HSL color Cylindrical-coordinate representation of color #11816E: hue angle of 169.82º 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 #11816E is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB17129110-
CMYK0.8700.150.49
HSL169.82º76.71%28.63%-
HSV(B)169.82º86.82%50.59%-
XYZ10.916.9517.45-
YUV93.35137.3973.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.64%
GREEN value IS 129 (50.78% from 255) = 50.39%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=6.64%
G=50.39%
B=42.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171291100.8700.150.49169.8276.7128.63
Hex11816E570F31aa4d1d
Octal212011561270176125211535
Binary1000110000001110111010101110111111000110101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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