Html Css Color HEX #13895B Deep Sea

📋 copy color: '#13895B'

red 19 ◦ green 137 ◦ blue 91

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

Shades of Deep Sea #13895B

Tints of Deep Sea #13895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.47%

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 7.69%
G = 55.47%
B = 36.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#13895B (or 0x13895B) is known color: Deep Sea. HEX triplet: 13, 89 and 5B. RGB value is (19,137,91). Sum of RGB (Red+Green+Blue) = 19+137+91=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #13895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13895B is #EC76A4. Grayscale: #606060. Windows color (decimal): -15496869 or 5998867. OLE color: 5998867.

HSL color Cylindrical-coordinate representation of color #13895B: hue angle of 156.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13895B is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 91 -
CMYK 0.86 0 0.34 0.46
HSL 156.61º 0.76% 0.31% -
HSV(B) 156.61º 0.86% 0.54% -
XYZ 11.1 18.79 12.94 -
YUV 96.47 124.91 72.74 -
System Red Green Blue C M Y K H S L
Decimal 19 137 91 0.86 0 0.34 0.46 156.61 0.76 0.31
Hex 13 89 5B 56 0 22 2E 9D 4C 1F
Octal 23 211 133 126 0 42 56 235 114 37
Binary 10011 10001001 1011011 1010110 0 100010 101110 10011101 1001100 11111

Color Harmonies of #13895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13895B

Black with #13895B

Text Example


Text Example

White with #13895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13895B; }

 p { color: rgb(19,137,91); }

 H1.HeaderClassName
 {
   color: #13895B;
 }
 .AnyTagClassName
 {
   color: #13895B;
 }
</style>

background-color css

<style>
 a { background-color: #13895B; }

 a { background-color: rgb(19,137,91); }

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

border-color css

<style>
 span { border-color: #13895B; }

 span { border-color: rgb(19,137,91); }

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