#10846F

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

Shades of Deep Sea #10846F

Tints of Deep Sea #10846F

Color information

#10846F (or 0x10846F) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 6F. RGB value is (16,132,111). Sum of RGB (Red+Green+Blue) = 16+132+111=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #10846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10846F is #EF7B90. Grayscale: #5E5E5E. Windows color (decimal): -15694737 or 7308304. OLE color: 7308304.

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

Color convert

RGB16132111-
CMYK0.8800.160.48
HSL169.14º78.38%29.02%-
HSV(B)169.14º87.88%51.76%-
XYZ11.3317.7617.87-
YUV94.92137.0771.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 132 (51.95% from 255) = 50.97%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=6.18%
G=50.97%
B=42.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161321110.8800.160.48169.1478.3829.02
Hex10846F5801030a94e1d
Octal202041571300206025111635
Binary10000100001001101111101100001000011000010101001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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