#1A606D

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

Shades of Allports #1A606D

Tints of Allports #1A606D

Color information

#1A606D (or 0x1A606D) is unknown color: approx Allports. HEX triplet: 1A, 60 and 6D. RGB value is (26,96,109). Sum of RGB (Red+Green+Blue) = 26+96+109=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A606D is #E59F92. Grayscale: #4C4C4C. Windows color (decimal): -15048595 or 7168026. OLE color: 7168026.

HSL color Cylindrical-coordinate representation of color #1A606D: hue angle of 189.4º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A606D is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2696109-
CMYK0.760.1200.57
HSL189.4º61.48%26.47%-
HSV(B)189.4º76.15%42.75%-
XYZ7.379.6915.95-
YUV76.55146.3191.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=11.26%
G=41.56%
B=47.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26961090.760.1200.57189.461.4826.47
Hex1A606D4CC039bd3d1a
Octal32140155114140712757532
Binary11010110000011011011001100110001110011011110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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