#137280

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

Shades of Allports #137280

Tints of Allports #137280

Color information

#137280 (or 0x137280) is unknown color: approx Allports. HEX triplet: 13, 72 and 80. RGB value is (19,114,128). Sum of RGB (Red+Green+Blue) = 19+114+128=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #137280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137280 is #EC8D7F. Grayscale: #575757. Windows color (decimal): -15502720 or 8417811. OLE color: 8417811.

HSL color Cylindrical-coordinate representation of color #137280: hue angle of 187.71º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137280 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB19114128-
CMYK0.850.1100.50
HSL187.71º74.15%28.82%-
HSV(B)187.71º85.16%50.2%-
XYZ10.1813.7322.54-
YUV87.19151.0379.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=7.28%
G=43.68%
B=49.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal191141280.850.1100.50187.7174.1528.82
Hex13728055B032bc4a1d
Octal231622001251306227411235
Binary1001111100101000000010101011011011001010111100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137280; }

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

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

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

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

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

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

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

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