Html Css Color HEX #13835D Deep Sea

📋 copy color: '#13835D'

red 19 ◦ green 131 ◦ blue 93

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

Shades of Deep Sea #13835D

Tints of Deep Sea #13835D

RGB

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

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

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

R = 7.82%
G = 53.91%
B = 38.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#13835D (or 0x13835D) is known color: Deep Sea. HEX triplet: 13, 83 and 5D. RGB value is (19,131,93). Sum of RGB (Red+Green+Blue) = 19+131+93=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #13835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13835D is #EC7CA2. Grayscale: #5D5D5D. Windows color (decimal): -15498403 or 6128403. OLE color: 6128403.

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

Color convert

RGB 19 131 93 -
CMYK 0.85 0 0.29 0.49
HSL 159.64º 0.75% 0.29% -
HSV(B) 159.64º 0.85% 0.51% -
XYZ 10.36 17.16 13.12 -
YUV 93.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 19 131 93 0.85 0 0.29 0.49 159.64 0.75 0.29
Hex 13 83 5D 55 0 1D 31 A0 4B 1D
Octal 23 203 135 125 0 35 61 240 113 35
Binary 10011 10000011 1011101 1010101 0 11101 110001 10100000 1001011 11101

Color Harmonies of #13835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13835D

Black with #13835D

Text Example


Text Example

White with #13835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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