#136682

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

Shades of Allports #136682

Tints of Allports #136682

Color information

#136682 (or 0x136682) is unknown color: approx Allports. HEX triplet: 13, 66 and 82. RGB value is (19,102,130). Sum of RGB (Red+Green+Blue) = 19+102+130=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #136682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136682 is #EC997D. Grayscale: #505050. Windows color (decimal): -15505790 or 8545811. OLE color: 8545811.

HSL color Cylindrical-coordinate representation of color #136682: hue angle of 195.14º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136682 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB19102130-
CMYK0.850.2200.49
HSL195.14º74.5%29.22%-
HSV(B)195.14º85.38%50.98%-
XYZ9.0511.2522.81-
YUV80.3815684.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=7.57%
G=40.64%
B=51.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191021300.850.2200.49195.1474.529.22
Hex1366825516031c34a1d
Octal231462021252606130311235
Binary10011110011010000010101010110110011000111000011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136682; }

 p { color: rgb(19,102,130); }

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

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

 a { background-color: rgb(19,102,130); }

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

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

 span { border-color: rgb(19,102,130); }

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