#1A7082

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

Shades of Allports #1A7082

Tints of Allports #1A7082

Color information

#1A7082 (or 0x1A7082) is unknown color: approx Allports. HEX triplet: 1A, 70 and 82. RGB value is (26,112,130). Sum of RGB (Red+Green+Blue) = 26+112+130=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A7082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7082 is #E58F7D. Grayscale: #585858. Windows color (decimal): -15044478 or 8548378. OLE color: 8548378.

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

Color convert

RGB26112130-
CMYK0.80.1400.49
HSL190.38º66.67%30.59%-
HSV(B)190.38º80%50.98%-
XYZ10.2513.4223.17-
YUV88.34151.5183.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=9.70%
G=41.79%
B=48.51%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261121300.80.1400.49190.3866.6730.59
Hex1A708250E031be431f
Octal321602021201606127610337
Binary1101011100001000001010100001110011000110111110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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