#1A6B91

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

Shades of Allports #1A6B91

Tints of Allports #1A6B91

Color information

#1A6B91 (or 0x1A6B91) is unknown color: approx Allports. HEX triplet: 1A, 6B and 91. RGB value is (26,107,145). Sum of RGB (Red+Green+Blue) = 26+107+145=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A6B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6B91 is #E5946E. Grayscale: #565656. Windows color (decimal): -15045743 or 9530138. OLE color: 9530138.

HSL color Cylindrical-coordinate representation of color #1A6B91: hue angle of 199.16º 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 #1A6B91 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB26107145-
CMYK0.820.2600.43
HSL199.16º69.59%33.53%-
HSV(B)199.16º82.07%56.86%-
XYZ10.7912.7828.69-
YUV87.11160.6684.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=9.35%
G=38.49%
B=52.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261071450.820.2600.43199.1669.5933.53
Hex1A6B91521A02Bc74622
Octal321532211223205330710642
Binary110101101011100100011010010110100101011110001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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