Html Css Color HEX #13806E Deep Sea

📋 copy color: '#13806E'

red 19 ◦ green 128 ◦ blue 110

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

Shades of Deep Sea #13806E

Tints of Deep Sea #13806E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 7.39%
G = 49.81%
B = 42.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#13806E (or 0x13806E) is known color: Deep Sea. HEX triplet: 13, 80 and 6E. RGB value is (19,128,110). Sum of RGB (Red+Green+Blue) = 19+128+110=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #13806E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13806E is #EC7F91. Grayscale: #5D5D5D. Windows color (decimal): -15499154 or 7241747. OLE color: 7241747.

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

Color convert

RGB 19 128 110 -
CMYK 0.85 0 0.14 0.50
HSL 170.09º 0.74% 0.29% -
HSV(B) 170.09º 0.85% 0.5% -
XYZ 10.8 16.7 17.41 -
YUV 93.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 19 128 110 0.85 0 0.14 0.50 170.09 0.74 0.29
Hex 13 80 6E 55 0 E 32 AA 4A 1D
Octal 23 200 156 125 0 16 62 252 112 35
Binary 10011 10000000 1101110 1010101 0 1110 110010 10101010 1001010 11101

Color Harmonies of #13806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13806E

Black with #13806E

Text Example


Text Example

White with #13806E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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