#1A7076

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

Shades of Allports #1A7076

Tints of Allports #1A7076

Color information

#1A7076 (or 0x1A7076) is unknown color: approx Allports. HEX triplet: 1A, 70 and 76. RGB value is (26,112,118). Sum of RGB (Red+Green+Blue) = 26+112+118=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A7076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7076 is #E58F89. Grayscale: #565656. Windows color (decimal): -15044490 or 7761946. OLE color: 7761946.

HSL color Cylindrical-coordinate representation of color #1A7076: hue angle of 183.91º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7076 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB26112118-
CMYK0.780.0500.54
HSL183.91º63.89%28.24%-
HSV(B)183.91º77.97%46.27%-
XYZ9.4913.1219.17-
YUV86.97145.5184.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.16%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=10.16%
G=43.75%
B=46.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal261121180.780.0500.54183.9163.8928.24
Hex1A70764E5036b8401c
Octal32160166116506627010034
Binary11010111000011101101001110101011011010111000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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