#136872

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

Shades of Allports #136872

Tints of Allports #136872

Color information

#136872 (or 0x136872) is unknown color: approx Allports. HEX triplet: 13, 68 and 72. RGB value is (19,104,114). Sum of RGB (Red+Green+Blue) = 19+104+114=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #136872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136872 is #EC978D. Grayscale: #4F4F4F. Windows color (decimal): -15505294 or 7497747. OLE color: 7497747.

HSL color Cylindrical-coordinate representation of color #136872: hue angle of 186.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136872 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB19104114-
CMYK0.830.0900.55
HSL186.32º71.43%26.08%-
HSV(B)186.32º83.33%44.71%-
XYZ8.2611.2517.66-
YUV79.72147.3484.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=8.02%
G=43.88%
B=48.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191041140.830.0900.55186.3271.4326.08
Hex136872539037ba471a
Octal231501621231106727210732
Binary100111101000111001010100111001011011110111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136872; }

 p { color: rgb(19,104,114); }

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

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

 a { background-color: rgb(19,104,114); }

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

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

 span { border-color: rgb(19,104,114); }

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