Html Css Color HEX #13755F Deep Sea

📋 copy color: '#13755F'

red 19 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #13755F

Tints of Deep Sea #13755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.65%

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

R = 8.23%
G = 50.65%
B = 41.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#13755F (or 0x13755F) is known color: Deep Sea. HEX triplet: 13, 75 and 5F. RGB value is (19,117,95). Sum of RGB (Red+Green+Blue) = 19+117+95=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #13755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13755F is #EC8AA0. Grayscale: #555555. Windows color (decimal): -15501985 or 6255891. OLE color: 6255891.

HSL color Cylindrical-coordinate representation of color #13755F: hue angle of 166.53º 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 #13755F is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 95 -
CMYK 0.84 0 0.19 0.54
HSL 166.53º 0.72% 0.27% -
HSV(B) 166.53º 0.84% 0.46% -
XYZ 8.7 13.69 13.01 -
YUV 85.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 19 117 95 0.84 0 0.19 0.54 166.53 0.72 0.27
Hex 13 75 5F 54 0 13 36 A7 48 1B
Octal 23 165 137 124 0 23 66 247 110 33
Binary 10011 1110101 1011111 1010100 0 10011 110110 10100111 1001000 11011

Color Harmonies of #13755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13755F

Black with #13755F

Text Example


Text Example

White with #13755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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