#136784

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

Shades of Allports #136784

Tints of Allports #136784

Color information

#136784 (or 0x136784) is unknown color: approx Allports. HEX triplet: 13, 67 and 84. RGB value is (19,103,132). Sum of RGB (Red+Green+Blue) = 19+103+132=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #136784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136784 is #EC987B. Grayscale: #505050. Windows color (decimal): -15505532 or 8677139. OLE color: 8677139.

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

Color convert

RGB19103132-
CMYK0.860.2200.48
HSL195.4º74.83%29.61%-
HSV(B)195.4º85.61%51.76%-
XYZ9.2811.523.56-
YUV81.19156.6783.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=7.48%
G=40.55%
B=51.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191031320.860.2200.48195.474.8329.61
Hex1367845616030c34b1e
Octal231472041262606030311336
Binary10011110011110000100101011010110011000011000011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136784; }

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

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

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

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

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

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

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

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