#1A7196

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

Shades of Allports #1A7196

Tints of Allports #1A7196

Color information

#1A7196 (or 0x1A7196) is unknown color: approx Allports. HEX triplet: 1A, 71 and 96. RGB value is (26,113,150). Sum of RGB (Red+Green+Blue) = 26+113+150=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A7196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7196 is #E58E69. Grayscale: #5A5A5A. Windows color (decimal): -15044202 or 9859354. OLE color: 9859354.

HSL color Cylindrical-coordinate representation of color #1A7196: hue angle of 197.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7196 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB26113150-
CMYK0.830.2500.41
HSL197.9º70.45%34.51%-
HSV(B)197.9º82.67%58.82%-
XYZ11.8414.2330.98-
YUV91.21161.1881.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.00%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=9.00%
G=39.10%
B=51.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261131500.830.2500.41197.970.4534.51
Hex1A71965319029c64623
Octal321612261233105130610643
Binary110101110001100101101010011110010101001110001101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,113,150); }

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

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

 a { background-color: rgb(26,113,150); }

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

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

 span { border-color: rgb(26,113,150); }

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