#10846C

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

Shades of Deep Sea #10846C

Tints of Deep Sea #10846C

Color information

#10846C (or 0x10846C) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 6C. RGB value is (16,132,108). Sum of RGB (Red+Green+Blue) = 16+132+108=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #10846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10846C is #EF7B93. Grayscale: #5E5E5E. Windows color (decimal): -15694740 or 7111696. OLE color: 7111696.

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

Color convert

RGB16132108-
CMYK0.8800.180.48
HSL167.59º78.38%29.02%-
HSV(B)167.59º87.88%51.76%-
XYZ11.1717.717.01-
YUV94.58135.5771.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=6.25%
G=51.56%
B=42.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161321080.8800.180.48167.5978.3829.02
Hex10846C5801230a84e1d
Octal202041541300226025011635
Binary10000100001001101100101100001001011000010101000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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