#135e79

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

Shades of Allports #135E79

Tints of Allports #135E79

Color information

#135E79 (or 0x135E79) is unknown color: approx Allports. HEX triplet: 13, 5E and 79. RGB value is (19,94,121). Sum of RGB (Red+Green+Blue) = 19+94+121=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #135E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E79 is #ECA186. Grayscale: #4A4A4A. Windows color (decimal): -15507847 or 7953939. OLE color: 7953939.

HSL color Cylindrical-coordinate representation of color #135E79: hue angle of 195.88º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135E79 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1994121-
CMYK0.840.2200.53
HSL195.88º72.86%27.45%-
HSV(B)195.88º84.3%47.45%-
XYZ7.729.5219.52-
YUV74.65154.1588.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 121 (47.66% from 255) = 51.71%
R=8.12%
G=40.17%
B=51.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19941210.840.2200.53195.8872.8627.45
Hex135E795416035c4491b
Octal231361711242606530411133
Binary1001110111101111001101010010110011010111000100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135e79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135e79; }

 p { color: rgb(19,94,121); }

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

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

 a { background-color: rgb(19,94,121); }

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

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

 span { border-color: rgb(19,94,121); }

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