Html Css Color HEX #11866C Deep Sea

📋 copy color: '#11866C'

red 17 ◦ green 134 ◦ blue 108

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

Shades of Deep Sea #11866C

Tints of Deep Sea #11866C

RGB

 RED value IS 17 (7.03% from 255) = 6.56%

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

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 6.56%
G = 51.74%
B = 41.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#11866C (or 0x11866C) is known color: Deep Sea. HEX triplet: 11, 86 and 6C. RGB value is (17,134,108). Sum of RGB (Red+Green+Blue) = 17+134+108=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #11866C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11866C is #EE7993. Grayscale: #606060. Windows color (decimal): -15628692 or 7112209. OLE color: 7112209.

HSL color Cylindrical-coordinate representation of color #11866C: hue angle of 166.67º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11866C is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 134 108 -
CMYK 0.87 0 0.19 0.47
HSL 166.67º 0.77% 0.3% -
HSV(B) 166.67º 0.87% 0.53% -
XYZ 11.46 18.25 17.11 -
YUV 96.05 134.74 71.61 -
System Red Green Blue C M Y K H S L
Decimal 17 134 108 0.87 0 0.19 0.47 166.67 0.77 0.3
Hex 11 86 6C 57 0 13 2F A7 4D 1E
Octal 21 206 154 127 0 23 57 247 115 36
Binary 10001 10000110 1101100 1010111 0 10011 101111 10100111 1001101 11110

Color Harmonies of #11866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11866C

Black with #11866C

Text Example


Text Example

White with #11866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,134,108); }

 H1.HeaderClassName
 {
   color: #11866C;
 }
 .AnyTagClassName
 {
   color: #11866C;
 }
</style>

background-color css

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

 a { background-color: rgb(17,134,108); }

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

border-color css

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

 span { border-color: rgb(17,134,108); }

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