#10856B

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

Shades of Deep Sea #10856B

Tints of Deep Sea #10856B

Color information

#10856B (or 0x10856B) is unknown color: approx Deep Sea. HEX triplet: 10, 85 and 6B. RGB value is (16,133,107). Sum of RGB (Red+Green+Blue) = 16+133+107=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #10856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10856B is #EF7A94. Grayscale: #5F5F5F. Windows color (decimal): -15694485 or 7046416. OLE color: 7046416.

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

Color convert

RGB16133107-
CMYK0.8800.200.48
HSL166.67º78.52%29.22%-
HSV(B)166.67º87.97%52.16%-
XYZ11.2617.9516.78-
YUV95.05134.7471.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=6.25%
G=51.95%
B=41.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161331070.8800.200.48166.6778.5229.22
Hex10856B5801430a74f1d
Octal202051531300246024711735
Binary10000100001011101011101100001010011000010100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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