#10856E

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

Shades of Deep Sea #10856E

Tints of Deep Sea #10856E

Color information

#10856E (or 0x10856E) is unknown color: approx Deep Sea. HEX triplet: 10, 85 and 6E. RGB value is (16,133,110). Sum of RGB (Red+Green+Blue) = 16+133+110=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #10856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10856E is #EF7A91. Grayscale: #5F5F5F. Windows color (decimal): -15694482 or 7243024. OLE color: 7243024.

HSL color Cylindrical-coordinate representation of color #10856E: hue angle of 168.21º degrees, saturation: 0.79, 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 #10856E is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB16133110-
CMYK0.8800.170.48
HSL168.21º78.52%29.22%-
HSV(B)168.21º87.97%52.16%-
XYZ11.4218.0117.63-
YUV95.4136.2471.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=6.18%
G=51.35%
B=42.47%

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
Decimal161331100.8800.170.48168.2178.5229.22
Hex10856E5801130a84f1d
Octal202051561300216025011735
Binary10000100001011101110101100001000111000010101000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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