#137188

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

Shades of Allports #137188

Tints of Allports #137188

Color information

#137188 (or 0x137188) is unknown color: approx Allports. HEX triplet: 13, 71 and 88. RGB value is (19,113,136). Sum of RGB (Red+Green+Blue) = 19+113+136=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #137188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137188 is #EC8E77. Grayscale: #575757. Windows color (decimal): -15502968 or 8941843. OLE color: 8941843.

HSL color Cylindrical-coordinate representation of color #137188: hue angle of 191.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137188 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB19113136-
CMYK0.860.1700.47
HSL191.79º75.48%30.39%-
HSV(B)191.79º86.03%53.33%-
XYZ10.6213.7325.38-
YUV87.52155.3679.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.09%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 136 (53.52% from 255) = 50.75%
R=7.09%
G=42.16%
B=50.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191131360.860.1700.47191.7975.4830.39
Hex137188561102Fc04b1e
Octal231612101262105730011336
Binary10011111000110001000101011010001010111111000000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137188; }

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

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

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

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

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

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

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

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