#10865E

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

Shades of Deep Sea #10865E

Tints of Deep Sea #10865E

Color information

#10865E (or 0x10865E) is unknown color: approx Deep Sea. HEX triplet: 10, 86 and 5E. RGB value is (16,134,94). Sum of RGB (Red+Green+Blue) = 16+134+94=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #10865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10865E is #EF79A1. Grayscale: #5E5E5E. Windows color (decimal): -15694242 or 6194704. OLE color: 6194704.

HSL color Cylindrical-coordinate representation of color #10865E: hue angle of 159.66º 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 #10865E is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1613494-
CMYK0.8800.300.47
HSL159.66º78.67%29.41%-
HSV(B)159.66º88.06%52.55%-
XYZ10.7617.9713.49-
YUV94.16127.9172.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=6.56%
G=54.92%
B=38.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16134940.8800.300.47159.6678.6729.41
Hex10865E5801E2Fa04f1d
Octal202061361300365724011735
Binary10000100001101011110101100001111010111110100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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