#1A6182

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

Shades of Allports #1A6182

Tints of Allports #1A6182

Color information

#1A6182 (or 0x1A6182) is unknown color: approx Allports. HEX triplet: 1A, 61 and 82. RGB value is (26,97,130). Sum of RGB (Red+Green+Blue) = 26+97+130=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A6182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6182 is #E59E7D. Grayscale: #4F4F4F. Windows color (decimal): -15048318 or 8544538. OLE color: 8544538.

HSL color Cylindrical-coordinate representation of color #1A6182: hue angle of 199.04º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6182 is Cyan = 0.8, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2697130-
CMYK0.80.2500.49
HSL199.04º66.67%30.59%-
HSV(B)199.04º80%50.98%-
XYZ8.7310.3822.66-
YUV79.53156.4889.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.28%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=10.28%
G=38.34%
B=51.38%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26971300.80.2500.49199.0466.6730.59
Hex1A61825019031c7431f
Octal321412021203106130710337
Binary11010110000110000010101000011001011000111000111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,130); }

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

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

 a { background-color: rgb(26,97,130); }

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

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

 span { border-color: rgb(26,97,130); }

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