#137086

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

Shades of Allports #137086

Tints of Allports #137086

Color information

#137086 (or 0x137086) is unknown color: approx Allports. HEX triplet: 13, 70 and 86. RGB value is (19,112,134). Sum of RGB (Red+Green+Blue) = 19+112+134=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #137086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137086 is #EC8F79. Grayscale: #565656. Windows color (decimal): -15503226 or 8810515. OLE color: 8810515.

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

Color convert

RGB19112134-
CMYK0.860.1600.47
HSL191.48º75.16%30%-
HSV(B)191.48º85.82%52.55%-
XYZ10.3713.4524.6-
YUV86.7154.6979.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.17%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=7.17%
G=42.26%
B=50.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191121340.860.1600.47191.4875.1630
Hex137086561002Fbf4b1e
Octal231602061262005727711336
Binary10011111000010000110101011010000010111110111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137086; }

 p { color: rgb(19,112,134); }

 H1.HeaderClassName
 {
   color: #137086;
 }
 .AnyTagClassName
 {
   color: #137086;
 }
</style>
background-color css

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

 a { background-color: rgb(19,112,134); }

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

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

 span { border-color: rgb(19,112,134); }

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