Html Css Color HEX #11835C Deep Sea

📋 copy color: '#11835C'

red 17 ◦ green 131 ◦ blue 92

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

Shades of Deep Sea #11835C

Tints of Deep Sea #11835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 7.08%
G = 54.58%
B = 38.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#11835C (or 0x11835C) is known color: Deep Sea. HEX triplet: 11, 83 and 5C. RGB value is (17,131,92). Sum of RGB (Red+Green+Blue) = 17+131+92=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #11835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11835C is #EE7CA3. Grayscale: #5C5C5C. Windows color (decimal): -15629476 or 6062865. OLE color: 6062865.

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

Color convert

RGB 17 131 92 -
CMYK 0.87 0 0.30 0.49
HSL 159.47º 0.77% 0.29% -
HSV(B) 159.47º 0.87% 0.51% -
XYZ 10.28 17.12 12.89 -
YUV 92.47 127.73 74.17 -
System Red Green Blue C M Y K H S L
Decimal 17 131 92 0.87 0 0.30 0.49 159.47 0.77 0.29
Hex 11 83 5C 57 0 1E 31 9F 4D 1D
Octal 21 203 134 127 0 36 61 237 115 35
Binary 10001 10000011 1011100 1010111 0 11110 110001 10011111 1001101 11101

Color Harmonies of #11835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11835C

Black with #11835C

Text Example


Text Example

White with #11835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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