Html Css Color HEX #10866D Deep Sea

📋 copy color: '#10866D'

red 16 ◦ green 134 ◦ blue 109

#10866D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #10866D

Tints of Deep Sea #10866D

RGB

 RED value IS 16 (6.64% from 255) = 6.18%

 GREEN value IS 134 (52.73% from 255) = 51.74%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 6.18%
G = 51.74%
B = 42.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#10866D (or 0x10866D) is known color: Deep Sea. HEX triplet: 10, 86 and 6D. RGB value is (16,134,109). Sum of RGB (Red+Green+Blue) = 16+134+109=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #10866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10866D is #EF7992. Grayscale: #5F5F5F. Windows color (decimal): -15694227 or 7177744. OLE color: 7177744.

HSL color Cylindrical-coordinate representation of color #10866D: hue angle of 167.29º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10866D is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 134 109 -
CMYK 0.88 0 0.19 0.47
HSL 167.29º 0.79% 0.29% -
HSV(B) 167.29º 0.88% 0.53% -
XYZ 11.5 18.26 17.39 -
YUV 95.87 135.41 71.03 -
System Red Green Blue C M Y K H S L
Decimal 16 134 109 0.88 0 0.19 0.47 167.29 0.79 0.29
Hex 10 86 6D 58 0 13 2F A7 4F 1D
Octal 20 206 155 130 0 23 57 247 117 35
Binary 10000 10000110 1101101 1011000 0 10011 101111 10100111 1001111 11101

Color Harmonies of #10866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10866D

Black with #10866D

Text Example


Text Example

White with #10866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10866D; }

 p { color: rgb(16,134,109); }

 H1.HeaderClassName
 {
   color: #10866D;
 }
 .AnyTagClassName
 {
   color: #10866D;
 }
</style>

background-color css

<style>
 a { background-color: #10866D; }

 a { background-color: rgb(16,134,109); }

 div.DivClassName
 {
   background-color: #10866D;
 }
 .BgClassName
 {
   background-color: #10866D;
 }
</style>

border-color css

<style>
 span { border-color: #10866D; }

 span { border-color: rgb(16,134,109); }

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