#136384

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

Shades of Allports #136384

Tints of Allports #136384

Color information

#136384 (or 0x136384) is unknown color: approx Allports. HEX triplet: 13, 63 and 84. RGB value is (19,99,132). Sum of RGB (Red+Green+Blue) = 19+99+132=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #136384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136384 is #EC9C7B. Grayscale: #4E4E4E. Windows color (decimal): -15506556 or 8676115. OLE color: 8676115.

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

Color convert

RGB1999132-
CMYK0.860.2500.48
HSL197.52º74.83%29.61%-
HSV(B)197.52º85.61%51.76%-
XYZ8.910.7323.43-
YUV78.8415885.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.6%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=7.6%
G=39.6%
B=52.8%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19991320.860.2500.48197.5274.8329.61
Hex1363845619030c64b1e
Octal231432041263106030611336
Binary10011110001110000100101011011001011000011000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136384; }

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

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

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

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

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

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

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

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