#10865F

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

Shades of Deep Sea #10865F

Tints of Deep Sea #10865F

Color information

#10865F (or 0x10865F) is unknown color: approx Deep Sea. HEX triplet: 10, 86 and 5F. RGB value is (16,134,95). Sum of RGB (Red+Green+Blue) = 16+134+95=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #10865F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10865F is #EF79A0. Grayscale: #5E5E5E. Windows color (decimal): -15694241 or 6260240. OLE color: 6260240.

HSL color Cylindrical-coordinate representation of color #10865F: hue angle of 160.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10865F is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1613495-
CMYK0.8800.290.47
HSL160.17º78.67%29.41%-
HSV(B)160.17º88.06%52.55%-
XYZ10.817.9913.73-
YUV94.27128.4172.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=6.53%
G=54.69%
B=38.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16134950.8800.290.47160.1778.6729.41
Hex10865F5801D2Fa04f1d
Octal202061371300355724011735
Binary10000100001101011111101100001110110111110100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10865F; }

 p { color: rgb(16,134,95); }

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

<style>
 a { background-color: #10865F; }

 a { background-color: rgb(16,134,95); }

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

<style>
 span { border-color: #10865F; }

 span { border-color: rgb(16,134,95); }

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