#135E82

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

Shades of Allports #135E82

Tints of Allports #135E82

Color information

#135E82 (or 0x135E82) is unknown color: approx Allports. HEX triplet: 13, 5E and 82. RGB value is (19,94,130). Sum of RGB (Red+Green+Blue) = 19+94+130=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #135E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135E82 is #ECA17D. Grayscale: #4B4B4B. Windows color (decimal): -15507838 or 8543763. OLE color: 8543763.

HSL color Cylindrical-coordinate representation of color #135E82: hue angle of 199.46º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135E82 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1994130-
CMYK0.850.2800.49
HSL199.46º74.5%29.22%-
HSV(B)199.46º85.38%50.98%-
XYZ8.39.7622.56-
YUV75.68158.6587.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.82%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=7.82%
G=38.68%
B=53.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19941300.850.2800.49199.4674.529.22
Hex135E82551C031c74a1d
Octal231362021253406130711235
Binary10011101111010000010101010111100011000111000111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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