Html Css Color HEX #135B4D Evening Sea

📋 copy color: '#135B4D'

red 19 ◦ green 91 ◦ blue 77

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

Shades of Evening Sea #135B4D

Tints of Evening Sea #135B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.66%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 10.16%
G = 48.66%
B = 41.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#135B4D (or 0x135B4D) is known color: Evening Sea. HEX triplet: 13, 5B and 4D. RGB value is (19,91,77). Sum of RGB (Red+Green+Blue) = 19+91+77=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #135B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B4D is #ECA4B2. Grayscale: #434343. Windows color (decimal): -15508659 or 5069587. OLE color: 5069587.

HSL color Cylindrical-coordinate representation of color #135B4D: hue angle of 168.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B4D is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 91 77 -
CMYK 0.79 0 0.15 0.64
HSL 168.33º 0.65% 0.22% -
HSV(B) 168.33º 0.79% 0.36% -
XYZ 5.35 8.16 8.31 -
YUV 67.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 19 91 77 0.79 0 0.15 0.64 168.33 0.65 0.22
Hex 13 5B 4D 4F 0 F 40 A8 41 16
Octal 23 133 115 117 0 17 100 250 101 26
Binary 10011 1011011 1001101 1001111 0 1111 1000000 10101000 1000001 10110

Color Harmonies of #135B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B4D

Black with #135B4D

Text Example


Text Example

White with #135B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135B4D; }

 p { color: rgb(19,91,77); }

 H1.HeaderClassName
 {
   color: #135B4D;
 }
 .AnyTagClassName
 {
   color: #135B4D;
 }
</style>

background-color css

<style>
 a { background-color: #135B4D; }

 a { background-color: rgb(19,91,77); }

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

border-color css

<style>
 span { border-color: #135B4D; }

 span { border-color: rgb(19,91,77); }

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