#137289

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

Shades of Allports #137289

Tints of Allports #137289

Color information

#137289 (or 0x137289) is unknown color: approx Allports. HEX triplet: 13, 72 and 89. RGB value is (19,114,137). Sum of RGB (Red+Green+Blue) = 19+114+137=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #137289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137289 is #EC8D76. Grayscale: #585858. Windows color (decimal): -15502711 or 9007635. OLE color: 9007635.

HSL color Cylindrical-coordinate representation of color #137289: hue angle of 191.69º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137289 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB19114137-
CMYK0.860.1700.46
HSL191.69º75.64%30.59%-
HSV(B)191.69º86.13%53.73%-
XYZ10.813.9825.8-
YUV88.22155.5378.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.04%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 137 (53.91% from 255) = 50.74%
R=7.04%
G=42.22%
B=50.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191141370.860.1700.46191.6975.6430.59
Hex137289561102Ec04c1f
Octal231622111262105630011437
Binary10011111001010001001101011010001010111011000000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137289; }

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

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

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

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

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

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

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

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