Html Css Color HEX #13806D Deep Sea

📋 copy color: '#13806D'

red 19 ◦ green 128 ◦ blue 109

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

Shades of Deep Sea #13806D

Tints of Deep Sea #13806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 7.42%
G = 50%
B = 42.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#13806D (or 0x13806D) is known color: Deep Sea. HEX triplet: 13, 80 and 6D. RGB value is (19,128,109). Sum of RGB (Red+Green+Blue) = 19+128+109=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #13806D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13806D is #EC7F92. Grayscale: #5D5D5D. Windows color (decimal): -15499155 or 7176211. OLE color: 7176211.

HSL color Cylindrical-coordinate representation of color #13806D: hue angle of 169.54º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13806D is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 109 -
CMYK 0.85 0 0.15 0.50
HSL 169.54º 0.74% 0.29% -
HSV(B) 169.54º 0.85% 0.5% -
XYZ 10.75 16.68 17.12 -
YUV 93.24 136.89 75.04 -
System Red Green Blue C M Y K H S L
Decimal 19 128 109 0.85 0 0.15 0.50 169.54 0.74 0.29
Hex 13 80 6D 55 0 F 32 AA 4A 1D
Octal 23 200 155 125 0 17 62 252 112 35
Binary 10011 10000000 1101101 1010101 0 1111 110010 10101010 1001010 11101

Color Harmonies of #13806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13806D

Black with #13806D

Text Example


Text Example

White with #13806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,128,109); }

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

background-color css

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

 a { background-color: rgb(19,128,109); }

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

border-color css

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

 span { border-color: rgb(19,128,109); }

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