#11826C

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

Shades of Deep Sea #11826C

Tints of Deep Sea #11826C

Color information

#11826C (or 0x11826C) is unknown color: approx Deep Sea. HEX triplet: 11, 82 and 6C. RGB value is (17,130,108). Sum of RGB (Red+Green+Blue) = 17+130+108=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #11826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11826C is #EE7D93. Grayscale: #5D5D5D. Windows color (decimal): -15629716 or 7111185. OLE color: 7111185.

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

Color convert

RGB17130108-
CMYK0.8700.170.49
HSL168.32º76.87%28.82%-
HSV(B)168.32º86.92%50.98%-
XYZ10.9217.1716.93-
YUV93.7136.0673.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.67%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=6.67%
G=50.98%
B=42.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171301080.8700.170.49168.3276.8728.82
Hex11826C5701131a84d1d
Octal212021541270216125011535
Binary10001100000101101100101011101000111000110101000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11826C; }

 p { color: rgb(17,130,108); }

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

<style>
 a { background-color: #11826C; }

 a { background-color: rgb(17,130,108); }

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

<style>
 span { border-color: #11826C; }

 span { border-color: rgb(17,130,108); }

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