#136971

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

Shades of Allports #136971

Tints of Allports #136971

Color information

#136971 (or 0x136971) is unknown color: approx Allports. HEX triplet: 13, 69 and 71. RGB value is (19,105,113). Sum of RGB (Red+Green+Blue) = 19+105+113=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #136971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136971 is #EC968E. Grayscale: #505050. Windows color (decimal): -15505039 or 7432467. OLE color: 7432467.

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

Color convert

RGB19105113-
CMYK0.830.0700.56
HSL185.11º71.21%25.88%-
HSV(B)185.11º83.19%44.31%-
XYZ8.311.4317.39-
YUV80.2146.5184.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=8.02%
G=44.30%
B=47.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191051130.830.0700.56185.1171.2125.88
Hex136971537038b9471a
Octal23151161123707027110732
Binary10011110100111100011010011111011100010111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136971; }

 p { color: rgb(19,105,113); }

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

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

 a { background-color: rgb(19,105,113); }

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

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

 span { border-color: rgb(19,105,113); }

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