#137285

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

Shades of Allports #137285

Tints of Allports #137285

Color information

#137285 (or 0x137285) is unknown color: approx Allports. HEX triplet: 13, 72 and 85. RGB value is (19,114,133). Sum of RGB (Red+Green+Blue) = 19+114+133=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #137285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137285 is #EC8D7A. Grayscale: #575757. Windows color (decimal): -15502715 or 8745491. OLE color: 8745491.

HSL color Cylindrical-coordinate representation of color #137285: hue angle of 190º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137285 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB19114133-
CMYK0.860.1400.48
HSL190º75%29.8%-
HSV(B)190º85.71%52.16%-
XYZ10.5213.8724.31-
YUV87.76153.5378.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 133 (52.34% from 255) = 50%
R=7.14%
G=42.86%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191141330.860.1400.481907529.8
Hex13728556E030be4b1e
Octal231622051261606027611336
Binary1001111100101000010110101101110011000010111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137285; }

 p { color: rgb(19,114,133); }

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

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

 a { background-color: rgb(19,114,133); }

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

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

 span { border-color: rgb(19,114,133); }

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