#10825E

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

Shades of Deep Sea #10825E

Tints of Deep Sea #10825E

Color information

#10825E (or 0x10825E) is unknown color: approx Deep Sea. HEX triplet: 10, 82 and 5E. RGB value is (16,130,94). Sum of RGB (Red+Green+Blue) = 16+130+94=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #10825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10825E is #EF7DA1. Grayscale: #5B5B5B. Windows color (decimal): -15695266 or 6193680. OLE color: 6193680.

HSL color Cylindrical-coordinate representation of color #10825E: hue angle of 161.05º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10825E is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1613094-
CMYK0.8800.280.49
HSL161.05º78.08%28.63%-
HSV(B)161.05º87.69%50.98%-
XYZ10.2216.8813.31-
YUV91.81129.2373.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=6.67%
G=54.17%
B=39.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16130940.8800.280.49161.0578.0828.63
Hex10825E5801C31a14e1d
Octal202021361300346124111635
Binary10000100000101011110101100001110011000110100001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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