#136486

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

Shades of Allports #136486

Tints of Allports #136486

Color information

#136486 (or 0x136486) is unknown color: approx Allports. HEX triplet: 13, 64 and 86. RGB value is (19,100,134). Sum of RGB (Red+Green+Blue) = 19+100+134=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #136486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136486 is #EC9B79. Grayscale: #4F4F4F. Windows color (decimal): -15506298 or 8807443. OLE color: 8807443.

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

Color convert

RGB19100134-
CMYK0.860.2500.47
HSL197.74º75.16%30%-
HSV(B)197.74º85.82%52.55%-
XYZ9.1310.9724.19-
YUV79.66158.6684.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=7.51%
G=39.53%
B=52.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191001340.860.2500.47197.7475.1630
Hex136486561902Fc64b1e
Octal231442061263105730611336
Binary10011110010010000110101011011001010111111000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136486; }

 p { color: rgb(19,100,134); }

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

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

 a { background-color: rgb(19,100,134); }

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

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

 span { border-color: rgb(19,100,134); }

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