#137088

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

Shades of Allports #137088

Tints of Allports #137088

Color information

#137088 (or 0x137088) is unknown color: approx Allports. HEX triplet: 13, 70 and 88. RGB value is (19,112,136). Sum of RGB (Red+Green+Blue) = 19+112+136=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #137088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137088 is #EC8F77. Grayscale: #565656. Windows color (decimal): -15503224 or 8941587. OLE color: 8941587.

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

Color convert

RGB19112136-
CMYK0.860.1800.47
HSL192.31º75.48%30.39%-
HSV(B)192.31º86.03%53.33%-
XYZ10.5113.525.35-
YUV86.93155.6979.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.12%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=7.12%
G=41.95%
B=50.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191121360.860.1800.47192.3175.4830.39
Hex137088561202Fc04b1e
Octal231602101262205730011336
Binary10011111000010001000101011010010010111111000000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137088; }

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

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

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

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

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

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

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

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