#1A7589

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

Shades of Allports #1A7589

Tints of Allports #1A7589

Color information

#1A7589 (or 0x1A7589) is unknown color: approx Allports. HEX triplet: 1A, 75 and 89. RGB value is (26,117,137). Sum of RGB (Red+Green+Blue) = 26+117+137=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A7589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7589 is #E58A76. Grayscale: #5B5B5B. Windows color (decimal): -15043191 or 9008410. OLE color: 9008410.

HSL color Cylindrical-coordinate representation of color #1A7589: hue angle of 190.81º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A7589 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB26117137-
CMYK0.810.1500.46
HSL190.81º68.1%31.96%-
HSV(B)190.81º81.02%53.73%-
XYZ11.314.7525.92-
YUV92.07153.3580.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.29%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=9.29%
G=41.79%
B=48.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal261171370.810.1500.46190.8168.131.96
Hex1A758951F02Ebf4420
Octal321652111211705627710440
Binary11010111010110001001101000111110101110101111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,117,137); }

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

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

 a { background-color: rgb(26,117,137); }

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

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

 span { border-color: rgb(26,117,137); }

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