#136A96

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

Shades of Allports #136A96

Tints of Allports #136A96

Color information

#136A96 (or 0x136A96) is unknown color: approx Allports. HEX triplet: 13, 6A and 96. RGB value is (19,106,150). Sum of RGB (Red+Green+Blue) = 19+106+150=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #136A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136A96 is #EC9569. Grayscale: #545454. Windows color (decimal): -15504746 or 9857555. OLE color: 9857555.

HSL color Cylindrical-coordinate representation of color #136A96: hue angle of 200.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136A96 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB19106150-
CMYK0.870.2900.41
HSL200.15º77.51%33.14%-
HSV(B)200.15º87.33%58.82%-
XYZ10.9312.6530.72-
YUV85164.6880.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=6.91%
G=38.55%
B=54.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191061500.870.2900.41200.1577.5133.14
Hex136A96571D029c84e21
Octal231522261273505131011641
Binary100111101010100101101010111111010101001110010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136A96; }

 p { color: rgb(19,106,150); }

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

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

 a { background-color: rgb(19,106,150); }

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

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

 span { border-color: rgb(19,106,150); }

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