#1A6781

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

Shades of Allports #1A6781

Tints of Allports #1A6781

Color information

#1A6781 (or 0x1A6781) is unknown color: approx Allports. HEX triplet: 1A, 67 and 81. RGB value is (26,103,129). Sum of RGB (Red+Green+Blue) = 26+103+129=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #1A6781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6781 is #E5987E. Grayscale: #525252. Windows color (decimal): -15046783 or 8480538. OLE color: 8480538.

HSL color Cylindrical-coordinate representation of color #1A6781: hue angle of 195.15º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6781 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB26103129-
CMYK0.800.2000.49
HSL195.15º66.45%30.39%-
HSV(B)195.15º79.84%50.59%-
XYZ9.2411.5122.5-
YUV82.94153.9987.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.08%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 129 (50.78% from 255) = 50%
R=10.08%
G=39.92%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261031290.800.2000.49195.1566.4530.39
Hex1A67815014031c3421e
Octal321472011202406130310236
Binary11010110011110000001101000010100011000111000011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6781; }

 p { color: rgb(26,103,129); }

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

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

 a { background-color: rgb(26,103,129); }

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

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

 span { border-color: rgb(26,103,129); }

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