Html Css Color HEX #11835D Deep Sea

📋 copy color: '#11835D'

red 17 ◦ green 131 ◦ blue 93

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

Shades of Deep Sea #11835D

Tints of Deep Sea #11835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 7.05%
G = 54.36%
B = 38.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#11835D (or 0x11835D) is known color: Deep Sea. HEX triplet: 11, 83 and 5D. RGB value is (17,131,93). Sum of RGB (Red+Green+Blue) = 17+131+93=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #11835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11835D is #EE7CA2. Grayscale: #5C5C5C. Windows color (decimal): -15629475 or 6128401. OLE color: 6128401.

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

Color convert

RGB 17 131 93 -
CMYK 0.87 0 0.29 0.49
HSL 160º 0.77% 0.29% -
HSV(B) 160º 0.87% 0.51% -
XYZ 10.32 17.14 13.12 -
YUV 92.58 128.23 74.09 -
System Red Green Blue C M Y K H S L
Decimal 17 131 93 0.87 0 0.29 0.49 160 0.77 0.29
Hex 11 83 5D 57 0 1D 31 A0 4D 1D
Octal 21 203 135 127 0 35 61 240 115 35
Binary 10001 10000011 1011101 1010111 0 11101 110001 10100000 1001101 11101

Color Harmonies of #11835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11835D

Black with #11835D

Text Example


Text Example

White with #11835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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