#136074

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

Shades of Allports #136074

Tints of Allports #136074

Color information

#136074 (or 0x136074) is unknown color: approx Allports. HEX triplet: 13, 60 and 74. RGB value is (19,96,116). Sum of RGB (Red+Green+Blue) = 19+96+116=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #136074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136074 is #EC9F8B. Grayscale: #4B4B4B. Windows color (decimal): -15507340 or 7626771. OLE color: 7626771.

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

Color convert

RGB1996116-
CMYK0.840.1700.55
HSL192.37º71.85%26.47%-
HSV(B)192.37º83.62%45.49%-
XYZ7.69.7718.01-
YUV75.26150.9987.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 116 (45.70% from 255) = 50.22%
R=8.23%
G=41.56%
B=50.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19961160.840.1700.55192.3771.8526.47
Hex1360745411037c0481a
Octal231401641242106730011032
Binary1001111000001110100101010010001011011111000000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136074; }

 p { color: rgb(19,96,116); }

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

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

 a { background-color: rgb(19,96,116); }

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

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

 span { border-color: rgb(19,96,116); }

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