#1A6E93

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

Shades of Allports #1A6E93

Tints of Allports #1A6E93

Color information

#1A6E93 (or 0x1A6E93) is unknown color: approx Allports. HEX triplet: 1A, 6E and 93. RGB value is (26,110,147). Sum of RGB (Red+Green+Blue) = 26+110+147=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A6E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6E93 is #E5916C. Grayscale: #585858. Windows color (decimal): -15044973 or 9661978. OLE color: 9661978.

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

Color convert

RGB26110147-
CMYK0.820.2500.42
HSL198.35º69.94%33.92%-
HSV(B)198.35º82.31%57.65%-
XYZ11.2713.4829.61-
YUV89.1160.6782.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.19%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=9.19%
G=38.87%
B=51.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261101470.820.2500.42198.3569.9433.92
Hex1A6E93521902Ac64622
Octal321562231223105230610642
Binary110101101110100100111010010110010101010110001101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,110,147); }

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

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

 a { background-color: rgb(26,110,147); }

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

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

 span { border-color: rgb(26,110,147); }

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