Html Css Color HEX #13835E Deep Sea

📋 copy color: '#13835E'

red 19 ◦ green 131 ◦ blue 94

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

Shades of Deep Sea #13835E

Tints of Deep Sea #13835E

RGB

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

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

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

R = 7.79%
G = 53.69%
B = 38.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#13835E (or 0x13835E) is known color: Deep Sea. HEX triplet: 13, 83 and 5E. RGB value is (19,131,94). Sum of RGB (Red+Green+Blue) = 19+131+94=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #13835E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13835E is #EC7CA1. Grayscale: #5D5D5D. Windows color (decimal): -15498402 or 6193939. OLE color: 6193939.

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

Color convert

RGB 19 131 94 -
CMYK 0.85 0 0.28 0.49
HSL 160.18º 0.75% 0.29% -
HSV(B) 160.18º 0.85% 0.51% -
XYZ 10.41 17.18 13.36 -
YUV 93.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 19 131 94 0.85 0 0.28 0.49 160.18 0.75 0.29
Hex 13 83 5E 55 0 1C 31 A0 4B 1D
Octal 23 203 136 125 0 34 61 240 113 35
Binary 10011 10000011 1011110 1010101 0 11100 110001 10100000 1001011 11101

Color Harmonies of #13835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13835E

Black with #13835E

Text Example


Text Example

White with #13835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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