Html Css Color HEX #136D87 Allports

📋 copy color: '#136D87'

red 19 ◦ green 109 ◦ blue 135

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

Shades of Allports #136D87

Tints of Allports #136D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.44%

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 7.22%
G = 41.44%
B = 51.33%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136D87 (or 0x136D87) is known color: Allports. HEX triplet: 13, 6D and 87. RGB value is (19,109,135). Sum of RGB (Red+Green+Blue) = 19+109+135=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #136D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136D87 is #EC9278. Grayscale: #545454. Windows color (decimal): -15503993 or 8875283. OLE color: 8875283.

HSL color Cylindrical-coordinate representation of color #136D87: hue angle of 193.45º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136D87 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 109 135 -
CMYK 0.86 0.19 0 0.47
HSL 193.45º 0.75% 0.3% -
HSV(B) 193.45º 0.86% 0.53% -
XYZ 10.11 12.83 24.86 -
YUV 85.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 19 109 135 0.86 0.19 0 0.47 193.45 0.75 0.3
Hex 13 6D 87 56 13 0 2F C1 4B 1E
Octal 23 155 207 126 23 0 57 301 113 36
Binary 10011 1101101 10000111 1010110 10011 0 101111 11000001 1001011 11110

Color Harmonies of #136D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D87

Black with #136D87

Text Example


Text Example

White with #136D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136D87; }

 p { color: rgb(19,109,135); }

 H1.HeaderClassName
 {
   color: #136D87;
 }
 .AnyTagClassName
 {
   color: #136D87;
 }
</style>

background-color css

<style>
 a { background-color: #136D87; }

 a { background-color: rgb(19,109,135); }

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

border-color css

<style>
 span { border-color: #136D87; }

 span { border-color: rgb(19,109,135); }

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