Html Css Color HEX #13835C Deep Sea

📋 copy color: '#13835C'

red 19 ◦ green 131 ◦ blue 92

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

Shades of Deep Sea #13835C

Tints of Deep Sea #13835C

RGB

 RED value IS 19 (7.81% from 255) = 7.85%

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

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

R = 7.85%
G = 54.13%
B = 38.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#13835C (or 0x13835C) is known color: Deep Sea. HEX triplet: 13, 83 and 5C. RGB value is (19,131,92). Sum of RGB (Red+Green+Blue) = 19+131+92=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #13835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13835C is #EC7CA3. Grayscale: #5D5D5D. Windows color (decimal): -15498404 or 6062867. OLE color: 6062867.

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

Color convert

RGB 19 131 92 -
CMYK 0.85 0 0.30 0.49
HSL 159.11º 0.75% 0.29% -
HSV(B) 159.11º 0.85% 0.51% -
XYZ 10.32 17.14 12.89 -
YUV 93.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 19 131 92 0.85 0 0.30 0.49 159.11 0.75 0.29
Hex 13 83 5C 55 0 1E 31 9F 4B 1D
Octal 23 203 134 125 0 36 61 237 113 35
Binary 10011 10000011 1011100 1010101 0 11110 110001 10011111 1001011 11101

Color Harmonies of #13835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13835C

Black with #13835C

Text Example


Text Example

White with #13835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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