#11825E

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

Shades of Deep Sea #11825E

Tints of Deep Sea #11825E

Color information

#11825E (or 0x11825E) is unknown color: approx Deep Sea. HEX triplet: 11, 82 and 5E. RGB value is (17,130,94). Sum of RGB (Red+Green+Blue) = 17+130+94=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #11825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11825E is #EE7DA1. Grayscale: #5C5C5C. Windows color (decimal): -15629730 or 6193681. OLE color: 6193681.

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

Color convert

RGB1713094-
CMYK0.8700.280.49
HSL160.88º76.87%28.82%-
HSV(B)160.88º86.92%50.98%-
XYZ10.2316.8913.31-
YUV92.11129.0674.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=7.05%
G=53.94%
B=39.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17130940.8700.280.49160.8876.8728.82
Hex11825E5701C31a14d1d
Octal212021361270346124111535
Binary10001100000101011110101011101110011000110100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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