#1a7694

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

Shades of Allports #1A7694

Tints of Allports #1A7694

Color information

#1A7694 (or 0x1A7694) is unknown color: approx Allports. HEX triplet: 1A, 76 and 94. RGB value is (26,118,148). Sum of RGB (Red+Green+Blue) = 26+118+148=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #1A7694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7694 is #E5896B. Grayscale: #5D5D5D. Windows color (decimal): -15042924 or 9729562. OLE color: 9729562.

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

Color convert

RGB26118148-
CMYK0.820.2000.42
HSL194.75º70.11%34.12%-
HSV(B)194.75º82.43%58.04%-
XYZ12.2515.3130.33-
YUV93.91158.5279.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.90%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=8.90%
G=40.41%
B=50.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261181480.820.2000.42194.7570.1134.12
Hex1A7694521402Ac34622
Octal321662241222405230310642
Binary110101110110100101001010010101000101010110000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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