Html Css Color HEX #13766D Deep Sea

📋 copy color: '#13766D'

red 19 ◦ green 118 ◦ blue 109

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

Shades of Deep Sea #13766D

Tints of Deep Sea #13766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.97%

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

R = 7.72%
G = 47.97%
B = 44.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#13766D (or 0x13766D) is known color: Deep Sea. HEX triplet: 13, 76 and 6D. RGB value is (19,118,109). Sum of RGB (Red+Green+Blue) = 19+118+109=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #13766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13766D is #EC8992. Grayscale: #575757. Windows color (decimal): -15501715 or 7173651. OLE color: 7173651.

HSL color Cylindrical-coordinate representation of color #13766D: hue angle of 174.55º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13766D is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 109 -
CMYK 0.84 0 0.08 0.54
HSL 174.55º 0.72% 0.27% -
HSV(B) 174.55º 0.84% 0.46% -
XYZ 9.51 14.2 16.71 -
YUV 87.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 19 118 109 0.84 0 0.08 0.54 174.55 0.72 0.27
Hex 13 76 6D 54 0 8 36 AF 48 1B
Octal 23 166 155 124 0 10 66 257 110 33
Binary 10011 1110110 1101101 1010100 0 1000 110110 10101111 1001000 11011

Color Harmonies of #13766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13766D

Black with #13766D

Text Example


Text Example

White with #13766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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