Html Css Color HEX #11835E Deep Sea

📋 copy color: '#11835E'

red 17 ◦ green 131 ◦ blue 94

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

Shades of Deep Sea #11835E

Tints of Deep Sea #11835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 7.02%
G = 54.13%
B = 38.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#11835E (or 0x11835E) is known color: Deep Sea. HEX triplet: 11, 83 and 5E. RGB value is (17,131,94). Sum of RGB (Red+Green+Blue) = 17+131+94=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #11835E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11835E is #EE7CA1. Grayscale: #5C5C5C. Windows color (decimal): -15629474 or 6193937. OLE color: 6193937.

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

Color convert

RGB 17 131 94 -
CMYK 0.87 0 0.28 0.49
HSL 160.53º 0.77% 0.29% -
HSV(B) 160.53º 0.87% 0.51% -
XYZ 10.37 17.16 13.36 -
YUV 92.7 128.73 74.01 -
System Red Green Blue C M Y K H S L
Decimal 17 131 94 0.87 0 0.28 0.49 160.53 0.77 0.29
Hex 11 83 5E 57 0 1C 31 A1 4D 1D
Octal 21 203 136 127 0 34 61 241 115 35
Binary 10001 10000011 1011110 1010111 0 11100 110001 10100001 1001101 11101

Color Harmonies of #11835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11835E

Black with #11835E

Text Example


Text Example

White with #11835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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