#1A7684

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

Shades of Allports #1A7684

Tints of Allports #1A7684

Color information

#1A7684 (or 0x1A7684) is unknown color: approx Allports. HEX triplet: 1A, 76 and 84. RGB value is (26,118,132). Sum of RGB (Red+Green+Blue) = 26+118+132=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A7684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7684 is #E5897B. Grayscale: #5B5B5B. Windows color (decimal): -15042940 or 8680986. OLE color: 8680986.

HSL color Cylindrical-coordinate representation of color #1A7684: hue angle of 187.92º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7684 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB26118132-
CMYK0.800.1100.48
HSL187.92º67.09%30.98%-
HSV(B)187.92º80.3%51.76%-
XYZ11.0714.8424.11-
YUV92.09150.5280.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.42%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=9.42%
G=42.75%
B=47.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261181320.800.1100.48187.9267.0930.98
Hex1A768450B030bc431f
Octal321662041201306027410337
Binary1101011101101000010010100001011011000010111100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,118,132); }

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

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

 a { background-color: rgb(26,118,132); }

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

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

 span { border-color: rgb(26,118,132); }

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