#137284

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

Shades of Allports #137284

Tints of Allports #137284

Color information

#137284 (or 0x137284) is unknown color: approx Allports. HEX triplet: 13, 72 and 84. RGB value is (19,114,132). Sum of RGB (Red+Green+Blue) = 19+114+132=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #137284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137284 is #EC8D7B. Grayscale: #575757. Windows color (decimal): -15502716 or 8679955. OLE color: 8679955.

HSL color Cylindrical-coordinate representation of color #137284: hue angle of 189.56º 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 #137284 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB19114132-
CMYK0.860.1400.48
HSL189.56º74.83%29.61%-
HSV(B)189.56º85.61%51.76%-
XYZ10.4513.8423.95-
YUV87.65153.0379.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.17%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=7.17%
G=43.02%
B=49.81%

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
Decimal191141320.860.1400.48189.5674.8329.61
Hex13728456E030be4b1e
Octal231622041261606027611336
Binary1001111100101000010010101101110011000010111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137284; }

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

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

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

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

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

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

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

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