#10846B

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

Shades of Deep Sea #10846B

Tints of Deep Sea #10846B

Color information

#10846B (or 0x10846B) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 6B. RGB value is (16,132,107). Sum of RGB (Red+Green+Blue) = 16+132+107=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #10846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10846B is #EF7B94. Grayscale: #5E5E5E. Windows color (decimal): -15694741 or 7046160. OLE color: 7046160.

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

Color convert

RGB16132107-
CMYK0.8800.190.48
HSL167.07º78.38%29.02%-
HSV(B)167.07º87.88%51.76%-
XYZ11.1217.6716.74-
YUV94.47135.0772.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 107 (42.19% from 255) = 41.96%
R=6.27%
G=51.76%
B=41.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161321070.8800.190.48167.0778.3829.02
Hex10846B5801330a74e1d
Octal202041531300236024711635
Binary10000100001001101011101100001001111000010100111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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