#1A7396

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

Shades of Allports #1A7396

Tints of Allports #1A7396

Color information

#1A7396 (or 0x1A7396) is unknown color: approx Allports. HEX triplet: 1A, 73 and 96. RGB value is (26,115,150). Sum of RGB (Red+Green+Blue) = 26+115+150=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A7396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7396 is #E58C69. Grayscale: #5C5C5C. Windows color (decimal): -15043690 or 9859866. OLE color: 9859866.

HSL color Cylindrical-coordinate representation of color #1A7396: hue angle of 196.94º 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 #1A7396 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB26115150-
CMYK0.830.2300.41
HSL196.94º70.45%34.51%-
HSV(B)196.94º82.67%58.82%-
XYZ12.0614.6831.05-
YUV92.38160.5180.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.93%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=8.93%
G=39.52%
B=51.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261151500.830.2300.41196.9470.4534.51
Hex1A73965317029c54623
Octal321632261232705130510643
Binary110101110011100101101010011101110101001110001011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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