Html Css Color HEX #13755A Deep Sea

📋 copy color: '#13755A'

red 19 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #13755A

Tints of Deep Sea #13755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 8.41%
G = 51.77%
B = 39.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#13755A (or 0x13755A) is known color: Deep Sea. HEX triplet: 13, 75 and 5A. RGB value is (19,117,90). Sum of RGB (Red+Green+Blue) = 19+117+90=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #13755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13755A is #EC8AA5. Grayscale: #545454. Windows color (decimal): -15501990 or 5928211. OLE color: 5928211.

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

Color convert

RGB 19 117 90 -
CMYK 0.84 0 0.23 0.54
HSL 163.47º 0.72% 0.27% -
HSV(B) 163.47º 0.84% 0.46% -
XYZ 8.48 13.6 11.85 -
YUV 84.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 19 117 90 0.84 0 0.23 0.54 163.47 0.72 0.27
Hex 13 75 5A 54 0 17 36 A3 48 1B
Octal 23 165 132 124 0 27 66 243 110 33
Binary 10011 1110101 1011010 1010100 0 10111 110110 10100011 1001000 11011

Color Harmonies of #13755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13755A

Black with #13755A

Text Example


Text Example

White with #13755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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