#1A6772

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

Shades of Allports #1A6772

Tints of Allports #1A6772

Color information

#1A6772 (or 0x1A6772) is unknown color: approx Allports. HEX triplet: 1A, 67 and 72. RGB value is (26,103,114). Sum of RGB (Red+Green+Blue) = 26+103+114=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A6772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6772 is #E5988D. Grayscale: #515151. Windows color (decimal): -15046798 or 7497498. OLE color: 7497498.

HSL color Cylindrical-coordinate representation of color #1A6772: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6772 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB26103114-
CMYK0.770.1000.55
HSL187.5º62.86%27.45%-
HSV(B)187.5º77.19%44.71%-
XYZ8.3111.1417.63-
YUV81.23146.4988.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 103 (40.62% from 255) = 42.39%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=10.70%
G=42.39%
B=46.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261031140.770.1000.55187.562.8627.45
Hex1A67724DA037bc3f1b
Octal32147162115120672747733
Binary11010110011111100101001101101001101111011110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,103,114); }

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

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

 a { background-color: rgb(26,103,114); }

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

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

 span { border-color: rgb(26,103,114); }

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