#10836C

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

Shades of Deep Sea #10836C

Tints of Deep Sea #10836C

Color information

#10836C (or 0x10836C) is unknown color: approx Deep Sea. HEX triplet: 10, 83 and 6C. RGB value is (16,131,108). Sum of RGB (Red+Green+Blue) = 16+131+108=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #10836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10836C is #EF7C93. Grayscale: #5D5D5D. Windows color (decimal): -15694996 or 7111440. OLE color: 7111440.

HSL color Cylindrical-coordinate representation of color #10836C: hue angle of 168º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10836C is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB16131108-
CMYK0.8800.180.49
HSL168º78.23%28.82%-
HSV(B)168º87.79%51.37%-
XYZ11.0417.4316.97-
YUV93.99135.972.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 131 (51.56% from 255) = 51.37%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=6.27%
G=51.37%
B=42.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal161311080.8800.180.4916878.2328.82
Hex10836C5801231a84e1d
Octal202031541300226125011635
Binary10000100000111101100101100001001011000110101000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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