#137482

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

Shades of Allports #137482

Tints of Allports #137482

Color information

#137482 (or 0x137482) is unknown color: approx Allports. HEX triplet: 13, 74 and 82. RGB value is (19,116,130). Sum of RGB (Red+Green+Blue) = 19+116+130=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #137482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137482 is #EC8B7D. Grayscale: #585858. Windows color (decimal): -15502206 or 8549395. OLE color: 8549395.

HSL color Cylindrical-coordinate representation of color #137482: hue angle of 187.57º 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 #137482 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB19116130-
CMYK0.850.1100.49
HSL187.57º74.5%29.22%-
HSV(B)187.57º85.38%50.98%-
XYZ10.5414.2423.31-
YUV88.59151.3678.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.17%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 130 (51.17% from 255) = 49.06%
R=7.17%
G=43.77%
B=49.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191161300.850.1100.49187.5774.529.22
Hex13748255B031bc4a1d
Octal231642021251306127411235
Binary1001111101001000001010101011011011000110111100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137482; }

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

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

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

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

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

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

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

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