#1A7489

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

Shades of Allports #1A7489

Tints of Allports #1A7489

Color information

#1A7489 (or 0x1A7489) is unknown color: approx Allports. HEX triplet: 1A, 74 and 89. RGB value is (26,116,137). Sum of RGB (Red+Green+Blue) = 26+116+137=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A7489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7489 is #E58B76. Grayscale: #5B5B5B. Windows color (decimal): -15043447 or 9008154. OLE color: 9008154.

HSL color Cylindrical-coordinate representation of color #1A7489: hue angle of 191.35º 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 #1A7489 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB26116137-
CMYK0.810.1500.46
HSL191.35º68.1%31.96%-
HSV(B)191.35º81.02%53.73%-
XYZ11.1914.5225.88-
YUV91.48153.6881.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=9.32%
G=41.58%
B=49.10%

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
Decimal261161370.810.1500.46191.3568.131.96
Hex1A748951F02Ebf4420
Octal321642111211705627710440
Binary11010111010010001001101000111110101110101111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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