Html Css Color HEX #136C87 Allports

📋 copy color: '#136C87'

red 19 ◦ green 108 ◦ blue 135

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

Shades of Allports #136C87

Tints of Allports #136C87

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.22%

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

R = 7.25%
G = 41.22%
B = 51.53%

CMYK

 C value IS 0.86

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#136C87 (or 0x136C87) is known color: Allports. HEX triplet: 13, 6C and 87. RGB value is (19,108,135). Sum of RGB (Red+Green+Blue) = 19+108+135=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #136C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C87 is #EC9378. Grayscale: #545454. Windows color (decimal): -15504249 or 8875027. OLE color: 8875027.

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

Color convert

RGB 19 108 135 -
CMYK 0.86 0.2 0 0.47
HSL 193.97º 0.75% 0.3% -
HSV(B) 193.97º 0.86% 0.53% -
XYZ 10 12.61 24.83 -
YUV 84.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 19 108 135 0.86 0.2 0 0.47 193.97 0.75 0.3
Hex 13 6C 87 56 14 0 2F C2 4B 1E
Octal 23 154 207 126 24 0 57 302 113 36
Binary 10011 1101100 10000111 1010110 10100 0 101111 11000010 1001011 11110

Color Harmonies of #136C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C87

Black with #136C87

Text Example


Text Example

White with #136C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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