#137084

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

Shades of Allports #137084

Tints of Allports #137084

Color information

#137084 (or 0x137084) is unknown color: approx Allports. HEX triplet: 13, 70 and 84. RGB value is (19,112,132). Sum of RGB (Red+Green+Blue) = 19+112+132=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #137084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137084 is #EC8F7B. Grayscale: #565656. Windows color (decimal): -15503228 or 8679443. OLE color: 8679443.

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

Color convert

RGB19112132-
CMYK0.860.1500.48
HSL190.62º74.83%29.61%-
HSV(B)190.62º85.61%51.76%-
XYZ10.2313.3923.88-
YUV86.47153.6979.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=7.22%
G=42.59%
B=50.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191121320.860.1500.48190.6274.8329.61
Hex13708456F030bf4b1e
Octal231602041261706027711336
Binary1001111100001000010010101101111011000010111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137084; }

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

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

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

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

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

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

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

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