#136585

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

Shades of Allports #136585

Tints of Allports #136585

Color information

#136585 (or 0x136585) is unknown color: approx Allports. HEX triplet: 13, 65 and 85. RGB value is (19,101,133). Sum of RGB (Red+Green+Blue) = 19+101+133=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #136585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136585 is #EC9A7A. Grayscale: #4F4F4F. Windows color (decimal): -15506043 or 8742163. OLE color: 8742163.

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

Color convert

RGB19101133-
CMYK0.860.2400.48
HSL196.84º75%29.8%-
HSV(B)196.84º85.71%52.16%-
XYZ9.1611.1423.86-
YUV80.13157.8384.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=7.51%
G=39.92%
B=52.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191011330.860.2400.48196.847529.8
Hex1365855618030c54b1e
Octal231452051263006030511336
Binary10011110010110000101101011011000011000011000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136585; }

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

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

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

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

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

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

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

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