Html Css Color HEX #137687 Allports

📋 copy color: '#137687'

red 19 ◦ green 118 ◦ blue 135

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

Shades of Allports #137687

Tints of Allports #137687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

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

R = 6.99%
G = 43.38%
B = 49.63%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#137687 (or 0x137687) is known color: Allports. HEX triplet: 13, 76 and 87. RGB value is (19,118,135). Sum of RGB (Red+Green+Blue) = 19+118+135=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #137687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137687 is #EC8978. Grayscale: #5A5A5A. Windows color (decimal): -15501689 or 8877587. OLE color: 8877587.

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

Color convert

RGB 19 118 135 -
CMYK 0.86 0.13 0 0.47
HSL 188.79º 0.75% 0.3% -
HSV(B) 188.79º 0.86% 0.53% -
XYZ 11.12 14.84 25.2 -
YUV 90.34 153.2 77.12 -
System Red Green Blue C M Y K H S L
Decimal 19 118 135 0.86 0.13 0 0.47 188.79 0.75 0.3
Hex 13 76 87 56 D 0 2F BD 4B 1E
Octal 23 166 207 126 15 0 57 275 113 36
Binary 10011 1110110 10000111 1010110 1101 0 101111 10111101 1001011 11110

Color Harmonies of #137687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137687

Black with #137687

Text Example


Text Example

White with #137687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137687; }

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

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

background-color css

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

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

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

border-color css

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

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

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