Html Css Color HEX #136A87 Allports

📋 copy color: '#136A87'

red 19 ◦ green 106 ◦ blue 135

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

Shades of Allports #136A87

Tints of Allports #136A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.77%

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

R = 7.31%
G = 40.77%
B = 51.92%

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

#136A87 (or 0x136A87) is known color: Allports. HEX triplet: 13, 6A and 87. RGB value is (19,106,135). Sum of RGB (Red+Green+Blue) = 19+106+135=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #136A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136A87 is #EC9578. Grayscale: #535353. Windows color (decimal): -15504761 or 8874515. OLE color: 8874515.

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

Color convert

RGB 19 106 135 -
CMYK 0.86 0.21 0 0.47
HSL 195º 0.75% 0.3% -
HSV(B) 195º 0.86% 0.53% -
XYZ 9.8 12.2 24.76 -
YUV 83.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 19 106 135 0.86 0.21 0 0.47 195 0.75 0.3
Hex 13 6A 87 56 15 0 2F C3 4B 1E
Octal 23 152 207 126 25 0 57 303 113 36
Binary 10011 1101010 10000111 1010110 10101 0 101111 11000011 1001011 11110

Color Harmonies of #136A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A87

Black with #136A87

Text Example


Text Example

White with #136A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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