Html Css Color HEX #11816C Deep Sea

📋 copy color: '#11816C'

red 17 ◦ green 129 ◦ blue 108

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

Shades of Deep Sea #11816C

Tints of Deep Sea #11816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

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

R = 6.69%
G = 50.79%
B = 42.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#11816C (or 0x11816C) is known color: Deep Sea. HEX triplet: 11, 81 and 6C. RGB value is (17,129,108). Sum of RGB (Red+Green+Blue) = 17+129+108=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #11816C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11816C is #EE7E93. Grayscale: #5D5D5D. Windows color (decimal): -15629972 or 7110929. OLE color: 7110929.

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

Color convert

RGB 17 129 108 -
CMYK 0.87 0 0.16 0.49
HSL 168.75º 0.77% 0.29% -
HSV(B) 168.75º 0.87% 0.51% -
XYZ 10.79 16.9 16.88 -
YUV 93.12 136.39 73.71 -
System Red Green Blue C M Y K H S L
Decimal 17 129 108 0.87 0 0.16 0.49 168.75 0.77 0.29
Hex 11 81 6C 57 0 10 31 A9 4D 1D
Octal 21 201 154 127 0 20 61 251 115 35
Binary 10001 10000001 1101100 1010111 0 10000 110001 10101001 1001101 11101

Color Harmonies of #11816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11816C

Black with #11816C

Text Example


Text Example

White with #11816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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