#10846E

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

Shades of Deep Sea #10846E

Tints of Deep Sea #10846E

Color information

#10846E (or 0x10846E) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 6E. RGB value is (16,132,110). Sum of RGB (Red+Green+Blue) = 16+132+110=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #10846E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10846E is #EF7B91. Grayscale: #5E5E5E. Windows color (decimal): -15694738 or 7242768. OLE color: 7242768.

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

Color convert

RGB16132110-
CMYK0.8800.170.48
HSL168.62º78.38%29.02%-
HSV(B)168.62º87.88%51.76%-
XYZ11.2817.7417.58-
YUV94.81136.5771.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.20%
GREEN value IS 132 (51.95% from 255) = 51.16%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=6.20%
G=51.16%
B=42.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161321100.8800.170.48168.6278.3829.02
Hex10846E5801130a94e1d
Octal202041561300216025111635
Binary10000100001001101110101100001000111000010101001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,132,110); }

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

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

 a { background-color: rgb(16,132,110); }

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

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

 span { border-color: rgb(16,132,110); }

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