Html Css Color HEX #13745F Deep Sea

📋 copy color: '#13745F'

red 19 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #13745F

Tints of Deep Sea #13745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.43%

 BLUE value IS 95 (37.5% from 255) = 41.3%

R = 8.26%
G = 50.43%
B = 41.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#13745F (or 0x13745F) is known color: Deep Sea. HEX triplet: 13, 74 and 5F. RGB value is (19,116,95). Sum of RGB (Red+Green+Blue) = 19+116+95=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #13745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13745F is #EC8BA0. Grayscale: #545454. Windows color (decimal): -15502241 or 6255635. OLE color: 6255635.

HSL color Cylindrical-coordinate representation of color #13745F: hue angle of 167.01º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13745F is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 95 -
CMYK 0.84 0 0.18 0.55
HSL 167.01º 0.72% 0.26% -
HSV(B) 167.01º 0.84% 0.45% -
XYZ 8.58 13.46 12.97 -
YUV 84.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 19 116 95 0.84 0 0.18 0.55 167.01 0.72 0.26
Hex 13 74 5F 54 0 12 37 A7 48 1A
Octal 23 164 137 124 0 22 67 247 110 32
Binary 10011 1110100 1011111 1010100 0 10010 110111 10100111 1001000 11010

Color Harmonies of #13745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13745F

Black with #13745F

Text Example


Text Example

White with #13745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13745F; }

 p { color: rgb(19,116,95); }

 H1.HeaderClassName
 {
   color: #13745F;
 }
 .AnyTagClassName
 {
   color: #13745F;
 }
</style>

background-color css

<style>
 a { background-color: #13745F; }

 a { background-color: rgb(19,116,95); }

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

border-color css

<style>
 span { border-color: #13745F; }

 span { border-color: rgb(19,116,95); }

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