#1A7994

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

Shades of Allports #1A7994

Tints of Allports #1A7994

Color information

#1A7994 (or 0x1A7994) is unknown color: approx Allports. HEX triplet: 1A, 79 and 94. RGB value is (26,121,148). Sum of RGB (Red+Green+Blue) = 26+121+148=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A7994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7994 is #E5866B. Grayscale: #5F5F5F. Windows color (decimal): -15042156 or 9730330. OLE color: 9730330.

HSL color Cylindrical-coordinate representation of color #1A7994: hue angle of 193.28º 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 #1A7994 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB26121148-
CMYK0.820.1800.42
HSL193.28º70.11%34.12%-
HSV(B)193.28º82.43%58.04%-
XYZ12.6116.0330.45-
YUV95.67157.5378.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 148 (58.20% from 255) = 50.17%
R=8.81%
G=41.02%
B=50.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261211480.820.1800.42193.2870.1134.12
Hex1A7994521202Ac14622
Octal321712241222205230110642
Binary110101111001100101001010010100100101010110000011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,121,148); }

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

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

 a { background-color: rgb(26,121,148); }

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

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

 span { border-color: rgb(26,121,148); }

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