Html Css Color HEX #13775D Deep Sea

📋 copy color: '#13775D'

red 19 ◦ green 119 ◦ blue 93

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

Shades of Deep Sea #13775D

Tints of Deep Sea #13775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.52%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 8.23%
G = 51.52%
B = 40.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#13775D (or 0x13775D) is known color: Deep Sea. HEX triplet: 13, 77 and 5D. RGB value is (19,119,93). Sum of RGB (Red+Green+Blue) = 19+119+93=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #13775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13775D is #EC88A2. Grayscale: #565656. Windows color (decimal): -15501475 or 6125331. OLE color: 6125331.

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

Color convert

RGB 19 119 93 -
CMYK 0.84 0 0.22 0.53
HSL 164.4º 0.72% 0.27% -
HSV(B) 164.4º 0.84% 0.47% -
XYZ 8.84 14.12 12.62 -
YUV 86.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 19 119 93 0.84 0 0.22 0.53 164.4 0.72 0.27
Hex 13 77 5D 54 0 16 35 A4 48 1B
Octal 23 167 135 124 0 26 65 244 110 33
Binary 10011 1110111 1011101 1010100 0 10110 110101 10100100 1001000 11011

Color Harmonies of #13775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13775D

Black with #13775D

Text Example


Text Example

White with #13775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,119,93); }

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

background-color css

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

 a { background-color: rgb(19,119,93); }

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

border-color css

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

 span { border-color: rgb(19,119,93); }

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