#1A6382

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

Shades of Allports #1A6382

Tints of Allports #1A6382

Color information

#1A6382 (or 0x1A6382) is unknown color: approx Allports. HEX triplet: 1A, 63 and 82. RGB value is (26,99,130). Sum of RGB (Red+Green+Blue) = 26+99+130=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A6382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6382 is #E59C7D. Grayscale: #505050. Windows color (decimal): -15047806 or 8545050. OLE color: 8545050.

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

Color convert

RGB2699130-
CMYK0.80.2400.49
HSL197.88º66.67%30.59%-
HSV(B)197.88º80%50.98%-
XYZ8.9210.7522.73-
YUV80.71155.8288.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=10.20%
G=38.82%
B=50.98%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26991300.80.2400.49197.8866.6730.59
Hex1A63825018031c6431f
Octal321432021203006130610337
Binary11010110001110000010101000011000011000111000110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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