Html Css Color HEX #13746C Deep Sea

📋 copy color: '#13746C'

red 19 ◦ green 116 ◦ blue 108

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

Shades of Deep Sea #13746C

Tints of Deep Sea #13746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 7.82%
G = 47.74%
B = 44.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#13746C (or 0x13746C) is known color: Deep Sea. HEX triplet: 13, 74 and 6C. RGB value is (19,116,108). Sum of RGB (Red+Green+Blue) = 19+116+108=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #13746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13746C is #EC8B93. Grayscale: #565656. Windows color (decimal): -15502228 or 7107603. OLE color: 7107603.

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

Color convert

RGB 19 116 108 -
CMYK 0.84 0 0.07 0.55
HSL 175.05º 0.72% 0.26% -
HSV(B) 175.05º 0.84% 0.45% -
XYZ 9.22 13.71 16.35 -
YUV 86.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 19 116 108 0.84 0 0.07 0.55 175.05 0.72 0.26
Hex 13 74 6C 54 0 7 37 AF 48 1A
Octal 23 164 154 124 0 7 67 257 110 32
Binary 10011 1110100 1101100 1010100 0 111 110111 10101111 1001000 11010

Color Harmonies of #13746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13746C

Black with #13746C

Text Example


Text Example

White with #13746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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