#1A6D91

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

Shades of Allports #1A6D91

Tints of Allports #1A6D91

Color information

#1A6D91 (or 0x1A6D91) is unknown color: approx Allports. HEX triplet: 1A, 6D and 91. RGB value is (26,109,145). Sum of RGB (Red+Green+Blue) = 26+109+145=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A6D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6D91 is #E5926E. Grayscale: #585858. Windows color (decimal): -15045231 or 9530650. OLE color: 9530650.

HSL color Cylindrical-coordinate representation of color #1A6D91: hue angle of 198.15º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A6D91 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB26109145-
CMYK0.820.2500.43
HSL198.15º69.59%33.53%-
HSV(B)198.15º82.07%56.86%-
XYZ11.0113.228.76-
YUV88.2916083.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=9.29%
G=38.93%
B=51.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261091450.820.2500.43198.1569.5933.53
Hex1A6D91521902Bc64622
Octal321552211223105330610642
Binary110101101101100100011010010110010101011110001101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,109,145); }

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

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

 a { background-color: rgb(26,109,145); }

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

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

 span { border-color: rgb(26,109,145); }

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