Html Css Color HEX #11836A Deep Sea

📋 copy color: '#11836A'

red 17 ◦ green 131 ◦ blue 106

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

Shades of Deep Sea #11836A

Tints of Deep Sea #11836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.57%

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 6.69%
G = 51.57%
B = 41.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#11836A (or 0x11836A) is known color: Deep Sea. HEX triplet: 11, 83 and 6A. RGB value is (17,131,106). Sum of RGB (Red+Green+Blue) = 17+131+106=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #11836A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11836A is #EE7C95. Grayscale: #5E5E5E. Windows color (decimal): -15629462 or 6980369. OLE color: 6980369.

HSL color Cylindrical-coordinate representation of color #11836A: hue angle of 166.84º 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 #11836A is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 106 -
CMYK 0.87 0 0.19 0.49
HSL 166.84º 0.77% 0.29% -
HSV(B) 166.84º 0.87% 0.51% -
XYZ 10.95 17.39 16.42 -
YUV 94.06 134.73 73.03 -
System Red Green Blue C M Y K H S L
Decimal 17 131 106 0.87 0 0.19 0.49 166.84 0.77 0.29
Hex 11 83 6A 57 0 13 31 A7 4D 1D
Octal 21 203 152 127 0 23 61 247 115 35
Binary 10001 10000011 1101010 1010111 0 10011 110001 10100111 1001101 11101

Color Harmonies of #11836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11836A

Black with #11836A

Text Example


Text Example

White with #11836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11836A; }

 p { color: rgb(17,131,106); }

 H1.HeaderClassName
 {
   color: #11836A;
 }
 .AnyTagClassName
 {
   color: #11836A;
 }
</style>

background-color css

<style>
 a { background-color: #11836A; }

 a { background-color: rgb(17,131,106); }

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

border-color css

<style>
 span { border-color: #11836A; }

 span { border-color: rgb(17,131,106); }

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