#1A6F93

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

Shades of Allports #1A6F93

Tints of Allports #1A6F93

Color information

#1A6F93 (or 0x1A6F93) is unknown color: approx Allports. HEX triplet: 1A, 6F and 93. RGB value is (26,111,147). Sum of RGB (Red+Green+Blue) = 26+111+147=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A6F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6F93 is #E5906C. Grayscale: #595959. Windows color (decimal): -15044717 or 9662234. OLE color: 9662234.

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

Color convert

RGB26111147-
CMYK0.820.2400.42
HSL197.85º69.94%33.92%-
HSV(B)197.85º82.31%57.65%-
XYZ11.3813.729.65-
YUV89.69160.3482.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.15%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=9.15%
G=39.08%
B=51.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261111470.820.2400.42197.8569.9433.92
Hex1A6F93521802Ac64622
Octal321572231223005230610642
Binary110101101111100100111010010110000101010110001101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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