#136184

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

Shades of Allports #136184

Tints of Allports #136184

Color information

#136184 (or 0x136184) is unknown color: approx Allports. HEX triplet: 13, 61 and 84. RGB value is (19,97,132). Sum of RGB (Red+Green+Blue) = 19+97+132=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #136184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136184 is #EC9E7B. Grayscale: #4D4D4D. Windows color (decimal): -15507068 or 8675603. OLE color: 8675603.

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

Color convert

RGB1997132-
CMYK0.860.2700.48
HSL198.58º74.83%29.61%-
HSV(B)198.58º85.61%51.76%-
XYZ8.7110.3523.37-
YUV77.67158.6686.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=7.66%
G=39.11%
B=53.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19971320.860.2700.48198.5874.8329.61
Hex136184561B030c74b1e
Octal231412041263306030711336
Binary10011110000110000100101011011011011000011000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136184; }

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

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

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

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

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

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

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

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