#137282

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

Shades of Allports #137282

Tints of Allports #137282

Color information

#137282 (or 0x137282) is unknown color: approx Allports. HEX triplet: 13, 72 and 82. RGB value is (19,114,130). Sum of RGB (Red+Green+Blue) = 19+114+130=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #137282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137282 is #EC8D7D. Grayscale: #575757. Windows color (decimal): -15502718 or 8548883. OLE color: 8548883.

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

Color convert

RGB19114130-
CMYK0.850.1200.49
HSL188.65º74.5%29.22%-
HSV(B)188.65º85.38%50.98%-
XYZ10.3213.7823.24-
YUV87.42152.0379.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=7.22%
G=43.35%
B=49.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191141300.850.1200.49188.6574.529.22
Hex13728255C031bd4a1d
Octal231622021251406127511235
Binary1001111100101000001010101011100011000110111101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137282; }

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

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

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

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

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

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

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

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