Html Css Color HEX #135B4B Evening Sea

📋 copy color: '#135B4B'

red 19 ◦ green 91 ◦ blue 75

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

Shades of Evening Sea #135B4B

Tints of Evening Sea #135B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 10.27%
G = 49.19%
B = 40.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#135B4B (or 0x135B4B) is known color: Evening Sea. HEX triplet: 13, 5B and 4B. RGB value is (19,91,75). Sum of RGB (Red+Green+Blue) = 19+91+75=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #135B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B4B is #ECA4B4. Grayscale: #434343. Windows color (decimal): -15508661 or 4938515. OLE color: 4938515.

HSL color Cylindrical-coordinate representation of color #135B4B: hue angle of 166.67º 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 #135B4B is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 91 75 -
CMYK 0.79 0 0.18 0.64
HSL 166.67º 0.65% 0.22% -
HSV(B) 166.67º 0.79% 0.36% -
XYZ 5.28 8.13 7.95 -
YUV 67.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 19 91 75 0.79 0 0.18 0.64 166.67 0.65 0.22
Hex 13 5B 4B 4F 0 12 40 A7 41 16
Octal 23 133 113 117 0 22 100 247 101 26
Binary 10011 1011011 1001011 1001111 0 10010 1000000 10100111 1000001 10110

Color Harmonies of #135B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B4B

Black with #135B4B

Text Example


Text Example

White with #135B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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