#135E77

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

Shades of Allports #135E77

Tints of Allports #135E77

Color information

#135E77 (or 0x135E77) is unknown color: approx Allports. HEX triplet: 13, 5E and 77. RGB value is (19,94,119). Sum of RGB (Red+Green+Blue) = 19+94+119=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #135E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E77 is #ECA188. Grayscale: #4A4A4A. Windows color (decimal): -15507849 or 7822867. OLE color: 7822867.

HSL color Cylindrical-coordinate representation of color #135E77: hue angle of 195º degrees, saturation: 0.72, 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 #135E77 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1994119-
CMYK0.840.2100.53
HSL195º72.46%27.06%-
HSV(B)195º84.03%46.67%-
XYZ7.69.4818.88-
YUV74.42153.1588.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=8.19%
G=40.52%
B=51.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19941190.840.2100.5319572.4627.06
Hex135E775415035c3481b
Octal231361671242506530311033
Binary1001110111101110111101010010101011010111000011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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