#136588

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

Shades of Allports #136588

Tints of Allports #136588

Color information

#136588 (or 0x136588) is unknown color: approx Allports. HEX triplet: 13, 65 and 88. RGB value is (19,101,136). Sum of RGB (Red+Green+Blue) = 19+101+136=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #136588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136588 is #EC9A77. Grayscale: #505050. Windows color (decimal): -15506040 or 8938771. OLE color: 8938771.

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

Color convert

RGB19101136-
CMYK0.860.2600.47
HSL197.95º75.48%30.39%-
HSV(B)197.95º86.03%53.33%-
XYZ9.3711.2224.97-
YUV80.47159.3384.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.42%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=7.42%
G=39.45%
B=53.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191011360.860.2600.47197.9575.4830.39
Hex136588561A02Fc64b1e
Octal231452101263205730611336
Binary10011110010110001000101011011010010111111000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136588; }

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

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

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

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

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

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

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

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