#1A6079

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

Shades of Allports #1A6079

Tints of Allports #1A6079

Color information

#1A6079 (or 0x1A6079) is unknown color: approx Allports. HEX triplet: 1A, 60 and 79. RGB value is (26,96,121). Sum of RGB (Red+Green+Blue) = 26+96+121=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A6079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6079 is #E59F86. Grayscale: #4D4D4D. Windows color (decimal): -15048583 or 7954458. OLE color: 7954458.

HSL color Cylindrical-coordinate representation of color #1A6079: hue angle of 195.79º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A6079 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2696121-
CMYK0.790.2100.53
HSL195.79º64.63%28.82%-
HSV(B)195.79º78.51%47.45%-
XYZ8.069.9719.59-
YUV77.92152.3190.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=10.70%
G=39.51%
B=49.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26961210.790.2100.53195.7964.6328.82
Hex1A60794F15035c4411d
Octal321401711172506530410135
Binary1101011000001111001100111110101011010111000100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,121); }

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

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

 a { background-color: rgb(26,96,121); }

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

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

 span { border-color: rgb(26,96,121); }

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