#137687

Color #137687 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #137687

Tints of Allports #137687

Color information

#137687 (or 0x137687) is unknown color: approx 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

RGB19118135-
CMYK0.860.1300.47
HSL188.79º75.32%30.2%-
HSV(B)188.79º85.93%52.94%-
XYZ11.1214.8425.2-
YUV90.34153.277.12-

RGB Variations

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

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.12% from 255) = 49.63%
R=6.99%
G=43.38%
B=49.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191181350.860.1300.47188.7975.3230.2
Hex13768756D02Fbd4b1e
Octal231662071261505727511336
Binary1001111101101000011110101101101010111110111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>