#1A7490

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

Shades of Allports #1A7490

Tints of Allports #1A7490

Color information

#1A7490 (or 0x1A7490) is unknown color: approx Allports. HEX triplet: 1A, 74 and 90. RGB value is (26,116,144). Sum of RGB (Red+Green+Blue) = 26+116+144=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A7490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7490 is #E58B6F. Grayscale: #5C5C5C. Windows color (decimal): -15043440 or 9466906. OLE color: 9466906.

HSL color Cylindrical-coordinate representation of color #1A7490: hue angle of 194.24º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A7490 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB26116144-
CMYK0.820.1900.44
HSL194.24º69.41%33.33%-
HSV(B)194.24º81.94%56.47%-
XYZ11.7114.7228.61-
YUV92.28157.1880.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.09%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 144 (56.64% from 255) = 50.35%
R=9.09%
G=40.56%
B=50.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal261161440.820.1900.44194.2469.4133.33
Hex1A7490521302Cc24521
Octal321642201222305430210541
Binary110101110100100100001010010100110101100110000101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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