Html Css Color HEX #13745C Deep Sea

📋 copy color: '#13745C'

red 19 ◦ green 116 ◦ blue 92

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

Shades of Deep Sea #13745C

Tints of Deep Sea #13745C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 8.37%
G = 51.1%
B = 40.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#13745C (or 0x13745C) is known color: Deep Sea. HEX triplet: 13, 74 and 5C. RGB value is (19,116,92). Sum of RGB (Red+Green+Blue) = 19+116+92=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #13745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13745C is #EC8BA3. Grayscale: #545454. Windows color (decimal): -15502244 or 6059027. OLE color: 6059027.

HSL color Cylindrical-coordinate representation of color #13745C: hue angle of 165.15º 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 #13745C is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 92 -
CMYK 0.84 0 0.21 0.55
HSL 165.15º 0.72% 0.26% -
HSV(B) 165.15º 0.84% 0.45% -
XYZ 8.45 13.4 12.27 -
YUV 84.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 19 116 92 0.84 0 0.21 0.55 165.15 0.72 0.26
Hex 13 74 5C 54 0 15 37 A5 48 1A
Octal 23 164 134 124 0 25 67 245 110 32
Binary 10011 1110100 1011100 1010100 0 10101 110111 10100101 1001000 11010

Color Harmonies of #13745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13745C

Black with #13745C

Text Example


Text Example

White with #13745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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