#1A6982

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

Shades of Allports #1A6982

Tints of Allports #1A6982

Color information

#1A6982 (or 0x1A6982) is unknown color: approx Allports. HEX triplet: 1A, 69 and 82. RGB value is (26,105,130). Sum of RGB (Red+Green+Blue) = 26+105+130=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A6982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6982 is #E5967D. Grayscale: #545454. Windows color (decimal): -15046270 or 8546586. OLE color: 8546586.

HSL color Cylindrical-coordinate representation of color #1A6982: hue angle of 194.42º 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 #1A6982 is Cyan = 0.8, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB26105130-
CMYK0.80.1900.49
HSL194.42º66.67%30.59%-
HSV(B)194.42º80%50.98%-
XYZ9.5111.9322.92-
YUV84.23153.8386.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.96%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=9.96%
G=40.23%
B=49.81%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261051300.80.1900.49194.4266.6730.59
Hex1A69825013031c2431f
Octal321512021202306130210337
Binary11010110100110000010101000010011011000111000010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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