Html Css Color HEX #136B87 Allports

📋 copy color: '#136B87'

red 19 ◦ green 107 ◦ blue 135

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

Shades of Allports #136B87

Tints of Allports #136B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41%

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

R = 7.28%
G = 41%
B = 51.72%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136B87 (or 0x136B87) is known color: Allports. HEX triplet: 13, 6B and 87. RGB value is (19,107,135). Sum of RGB (Red+Green+Blue) = 19+107+135=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #136B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B87 is #EC9478. Grayscale: #535353. Windows color (decimal): -15504505 or 8874771. OLE color: 8874771.

HSL color Cylindrical-coordinate representation of color #136B87: hue angle of 194.48º 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 #136B87 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 107 135 -
CMYK 0.86 0.21 0 0.47
HSL 194.48º 0.75% 0.3% -
HSV(B) 194.48º 0.86% 0.53% -
XYZ 9.9 12.4 24.79 -
YUV 83.88 156.85 81.72 -
System Red Green Blue C M Y K H S L
Decimal 19 107 135 0.86 0.21 0 0.47 194.48 0.75 0.3
Hex 13 6B 87 56 15 0 2F C2 4B 1E
Octal 23 153 207 126 25 0 57 302 113 36
Binary 10011 1101011 10000111 1010110 10101 0 101111 11000010 1001011 11110

Color Harmonies of #136B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B87

Black with #136B87

Text Example


Text Example

White with #136B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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