#137189

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

Shades of Allports #137189

Tints of Allports #137189

Color information

#137189 (or 0x137189) is unknown color: approx Allports. HEX triplet: 13, 71 and 89. RGB value is (19,113,137). Sum of RGB (Red+Green+Blue) = 19+113+137=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #137189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137189 is #EC8E76. Grayscale: #575757. Windows color (decimal): -15502967 or 9007379. OLE color: 9007379.

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

Color convert

RGB19113137-
CMYK0.860.1800.46
HSL192.2º75.64%30.59%-
HSV(B)192.2º86.13%53.73%-
XYZ10.6913.7525.76-
YUV87.63155.8679.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.06%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=7.06%
G=42.01%
B=50.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal191131370.860.1800.46192.275.6430.59
Hex137189561202Ec04c1f
Octal231612111262205630011437
Binary10011111000110001001101011010010010111011000000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137189; }

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

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

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

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

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

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

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

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