#1A7493

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

Shades of Allports #1A7493

Tints of Allports #1A7493

Color information

#1A7493 (or 0x1A7493) is unknown color: approx Allports. HEX triplet: 1A, 74 and 93. RGB value is (26,116,147). Sum of RGB (Red+Green+Blue) = 26+116+147=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A7493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7493 is #E58B6C. Grayscale: #5C5C5C. Windows color (decimal): -15043437 or 9663514. OLE color: 9663514.

HSL color Cylindrical-coordinate representation of color #1A7493: hue angle of 195.37º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A7493 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB26116147-
CMYK0.820.2100.42
HSL195.37º69.94%33.92%-
HSV(B)195.37º82.31%57.65%-
XYZ11.9414.8229.83-
YUV92.62158.6880.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.00%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=9.00%
G=40.14%
B=50.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261161470.820.2100.42195.3769.9433.92
Hex1A7493521502Ac34622
Octal321642231222505230310642
Binary110101110100100100111010010101010101010110000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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